Home
last modified time | relevance | path

Searched refs:m_snd_tag_alloc (Results 1 – 8 of 8) sorted by relevance

/src/sys/netinet/
H A Dtcp_ratelimit.c477 error = m_snd_tag_alloc(ifp, &params, tag); in rl_attach_txrtlmt()
1068 err = m_snd_tag_alloc(ifp, &params, &tag); in rt_find_real_interface()
H A Din_pcb.c3233 error = m_snd_tag_alloc(ifp, &params, st); in in_pcbattach_txrtlmt()
/src/sys/kern/
H A Duipc_ktls.c1002 error = m_snd_tag_alloc(ifp, &params, mstp); in ktls_alloc_snd_tag()
1082 error = m_snd_tag_alloc(ifp, &params, mstp); in ktls_alloc_rcv_tag()
1732 error = m_snd_tag_alloc(ifp, &params, &mst); in ktls_reset_receive_tag()
H A Dkern_mbuf.c1638 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 Dmlx5_en_hw_tls.c537 error = m_snd_tag_alloc(ifp, &rl_params, &ptag->rl_tag); in mlx5e_tls_snd_tag_alloc()
/src/sys/sys/
H A Dmbuf.h871 int m_snd_tag_alloc(struct ifnet *,
/src/sys/net/
H A Dif_vlan.c2533 error = m_snd_tag_alloc(parent, params, &mst); in vlan_snd_tag_alloc()
H A Dif_lagg.c1922 error = m_snd_tag_alloc(lp_ifp, params, &mst); in lagg_snd_tag_alloc()