Searched refs:m_snd_tag_alloc (Results 1 – 8 of 8) sorted by relevance
| /src/sys/netinet/ |
| H A D | tcp_ratelimit.c | 477 error = m_snd_tag_alloc(ifp, ¶ms, tag); in rl_attach_txrtlmt() 1068 err = m_snd_tag_alloc(ifp, ¶ms, &tag); in rt_find_real_interface()
|
| H A D | in_pcb.c | 3233 error = m_snd_tag_alloc(ifp, ¶ms, st); in in_pcbattach_txrtlmt()
|
| /src/sys/kern/ |
| H A D | uipc_ktls.c | 1002 error = m_snd_tag_alloc(ifp, ¶ms, mstp); in ktls_alloc_snd_tag() 1082 error = m_snd_tag_alloc(ifp, ¶ms, mstp); in ktls_alloc_rcv_tag() 1732 error = m_snd_tag_alloc(ifp, ¶ms, &mst); in ktls_reset_receive_tag()
|
| H A D | kern_mbuf.c | 1638 m_snd_tag_alloc(struct ifnet *ifp, union if_snd_tag_alloc_params *params, in m_snd_tag_alloc() function
|
| /src/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_hw_tls.c | 537 error = m_snd_tag_alloc(ifp, &rl_params, &ptag->rl_tag); in mlx5e_tls_snd_tag_alloc()
|
| /src/sys/sys/ |
| H A D | mbuf.h | 871 int m_snd_tag_alloc(struct ifnet *,
|
| /src/sys/net/ |
| H A D | if_vlan.c | 2533 error = m_snd_tag_alloc(parent, params, &mst); in vlan_snd_tag_alloc()
|
| H A D | if_lagg.c | 1922 error = m_snd_tag_alloc(lp_ifp, params, &mst); in lagg_snd_tag_alloc()
|