Searched refs:tcp_psh (Results 1 – 4 of 4) sorted by relevance
149 enum ocelot_vcap_bit tcp_psh; member168 enum ocelot_vcap_bit tcp_psh; member
435 enum ocelot_vcap_bit tcp_fin, tcp_syn, tcp_rst, tcp_psh; in is2_entry_set() local458 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()
346 u8 tcp_psh[0x1]; member429 u8 tcp_psh[0x1]; member
46 MLX5_SET(ste_##lookup_type, tag, tcp_psh, !!((spec)->tcp_flags & (1 << 3))); \