Searched refs:destination_port (Results 1 – 8 of 8) sorted by relevance
/linux/net/sctp/ |
H A D | output.c | 152 packet->destination_port = dport; in sctp_packet_init() 609 sh->dest = htons(packet->destination_port); in sctp_packet_transmit()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | mlx5_ifc_dr_ste_v1.h | 296 u8 destination_port[0x10]; member
|
H A D | mlx5_ifc_dr.h | 244 u8 destination_port[0x10]; member
|
H A D | dr_ste_v0.c | 852 DR_STE_SET_TAG(eth_l3_ipv4_5_tuple, tag, destination_port, spec, tcp_dport); in dr_ste_v0_build_eth_l3_ipv4_5_tuple_tag() 853 DR_STE_SET_TAG(eth_l3_ipv4_5_tuple, tag, destination_port, spec, udp_dport); in dr_ste_v0_build_eth_l3_ipv4_5_tuple_tag()
|
H A D | dr_ste_v1.c | 1228 DR_STE_SET_TAG(eth_l3_ipv4_5_tuple_v1, tag, destination_port, spec, tcp_dport); in dr_ste_v1_build_eth_l3_ipv4_5_tuple_tag() 1229 DR_STE_SET_TAG(eth_l3_ipv4_5_tuple_v1, tag, destination_port, spec, udp_dport); in dr_ste_v1_build_eth_l3_ipv4_5_tuple_tag()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
H A D | mlx5hws_definer.c | 620 outer_headers.tcp_dport, eth_l4_outer.destination_port); in hws_definer_conv_outer() 624 outer_headers.udp_dport, eth_l4_outer.destination_port); in hws_definer_conv_outer() 778 inner_headers.tcp_dport, eth_l4_inner.destination_port); in hws_definer_conv_inner() 782 inner_headers.udp_dport, eth_l4_inner.destination_port); in hws_definer_conv_inner()
|
H A D | mlx5hws_definer.h | 367 u8 destination_port[0x10]; member
|
/linux/include/net/sctp/ |
H A D | structs.h | 706 __u16 destination_port; member
|