Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dxdpwall.c30 TCP_RST = 0x10 enumerator
187 info->flags |= TCP_RST; in set_tcp_flags()
/linux/drivers/net/ethernet/mscc/
H A Docelot_vcap.c486 enum ocelot_vcap_bit tcp_fin, tcp_syn, tcp_rst, tcp_psh; in is2_entry_set() local
508 tcp_rst = ipv4->tcp_rst; in is2_entry_set()
538 tcp_rst = ipv6->tcp_rst; in is2_entry_set()
588 tcp_rst); in is2_entry_set()
/linux/include/soc/mscc/
H A Docelot_vcap.h559 enum ocelot_vcap_bit tcp_rst; member
579 enum ocelot_vcap_bit tcp_rst; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_ste.h47 MLX5_SET(ste_##lookup_type, tag, tcp_rst, !!((spec)->tcp_flags & (1 << 2))); \