Home
last modified time | relevance | path

Searched refs:tcp_psh (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mscc/
Docelot_ace.h149 enum ocelot_vcap_bit tcp_psh; member
168 enum ocelot_vcap_bit tcp_psh; member
Docelot_ace.c435 enum ocelot_vcap_bit tcp_fin, tcp_syn, tcp_rst, tcp_psh; in is2_entry_set() local
458 tcp_psh = ipv4->tcp_psh; in is2_entry_set()
488 tcp_psh = ipv6->tcp_psh; in is2_entry_set()
529 VCAP_KEY_BIT_SET(IP4_TCP_UDP_L4_PSH, tcp_psh); in is2_entry_set()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dmlx5_ifc_dr.h346 u8 tcp_psh[0x1]; member
429 u8 tcp_psh[0x1]; member
Ddr_ste.c46 MLX5_SET(ste_##lookup_type, tag, tcp_psh, !!((spec)->tcp_flags & (1 << 3))); \