Home
last modified time | relevance | path

Searched refs:tcp_syn (Results 1 – 3 of 3) sorted by relevance

/linux/include/soc/mscc/
H A Docelot_vcap.h558 enum ocelot_vcap_bit tcp_syn; member
578 enum ocelot_vcap_bit tcp_syn; member
/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
507 tcp_syn = ipv4->tcp_syn; in is2_entry_set()
537 tcp_syn = ipv6->tcp_syn; in is2_entry_set()
586 tcp_syn); in is2_entry_set()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_ste.h48 MLX5_SET(ste_##lookup_type, tag, tcp_syn, !!((spec)->tcp_flags & (1 << 1))); \