Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mscc/
Docelot_ace.h148 enum ocelot_vcap_bit tcp_rst; member
167 enum ocelot_vcap_bit tcp_rst; member
Docelot_ace.c435 enum ocelot_vcap_bit tcp_fin, tcp_syn, tcp_rst, tcp_psh; in is2_entry_set() local
457 tcp_rst = ipv4->tcp_rst; in is2_entry_set()
487 tcp_rst = ipv6->tcp_rst; in is2_entry_set()
528 VCAP_KEY_BIT_SET(IP4_TCP_UDP_L4_RST, tcp_rst); in is2_entry_set()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dmlx5_ifc_dr.h347 u8 tcp_rst[0x1]; member
430 u8 tcp_rst[0x1]; member
Ddr_ste.c47 MLX5_SET(ste_##lookup_type, tag, tcp_rst, !!((spec)->tcp_flags & (1 << 2))); \