Searched refs:snd_tag_modify (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/net/ |
| H A D | if_vlan.c | 337 .snd_tag_modify = vlan_snd_tag_modify, 345 .snd_tag_modify = vlan_snd_tag_modify, 355 .snd_tag_modify = vlan_snd_tag_modify, 364 .snd_tag_modify = vlan_snd_tag_modify, 2560 return (vst->tag->sw->snd_tag_modify(vst->tag, params)); in vlan_snd_tag_modify()
|
| H A D | if_lagg.c | 1773 .snd_tag_modify = lagg_snd_tag_modify, 1781 .snd_tag_modify = lagg_snd_tag_modify, 1791 .snd_tag_modify = lagg_snd_tag_modify, 1800 .snd_tag_modify = lagg_snd_tag_modify, 1960 return (lst->tag->sw->snd_tag_modify(lst->tag, params)); in lagg_snd_tag_query()
|
| H A D | if_var.h | 303 if_snd_tag_modify_t *snd_tag_modify; member
|
| /freebsd/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_hw_tls.c | 56 .snd_tag_modify = mlx5e_tls_rl_snd_tag_modify, 571 error = ptag->rl_tag->sw->snd_tag_modify(ptag->rl_tag, &rl_params); in mlx5e_tls_rl_snd_tag_modify()
|
| H A D | mlx5_en_hw_tls_rx.c | 48 .snd_tag_modify = mlx5e_tls_rx_snd_tag_modify,
|
| H A D | mlx5_en_rl.c | 47 .snd_tag_modify = mlx5e_rl_snd_tag_modify,
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_sched.c | 792 .snd_tag_modify = cxgbe_rate_tag_modify,
|
| /freebsd/sys/kern/ |
| H A D | uipc_ktls.c | 1906 return (mst->sw->snd_tag_modify(mst, ¶ms)); in ktls_modify_txrtlmt() 2465 return (mst->sw->snd_tag_modify(mst, ¶ms)); in ktls_resync_ifnet()
|
| /freebsd/sys/netinet/ |
| H A D | in_pcb.c | 3227 if (mst->sw->snd_tag_modify == NULL) { in in_pcbmodify_txrtlmt() 3230 error = mst->sw->snd_tag_modify(mst, ¶ms); in in_pcbmodify_txrtlmt()
|