Searched refs:if_snd_tag_alloc (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/net/
H A Dif_dead.c158 ifp->if_snd_tag_alloc = ifdead_snd_tag_alloc;
H A Dif_var.h422 if_snd_tag_alloc_t *if_snd_tag_alloc; member in struct:ifnet
H A Dif_vlan.c1101 ifp->if_snd_tag_alloc = vlan_snd_tag_alloc;
H A Dif_lagg.c585 ifp->if_snd_tag_alloc = lagg_snd_tag_alloc;
/freebsd-13-stable/sys/kern/
H A Dkern_mbuf.c1533 if (ifp->if_snd_tag_alloc == NULL)
1535 return (ifp->if_snd_tag_alloc(ifp, params, mstp));
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c4405 ifp->if_snd_tag_alloc = mlx5e_snd_tag_alloc;
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_main.c1830 ifp->if_snd_tag_alloc = cxgbe_snd_tag_alloc;

Completed in 201 milliseconds