Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot_vcap.h157 enum ocelot_vcap_bit tcp_psh; member
177 enum ocelot_vcap_bit tcp_psh; member
H A Docelot_vcap.c485 enum ocelot_vcap_bit tcp_fin, tcp_syn, tcp_rst, tcp_psh; in is2_entry_set() local
508 tcp_psh = ipv4->tcp_psh; in is2_entry_set()
538 tcp_psh = ipv6->tcp_psh; in is2_entry_set()
589 tcp_psh); in is2_entry_set()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dmlx5_ifc_dr.h347 u8 tcp_psh[0x1]; member
430 u8 tcp_psh[0x1]; member
H A Ddr_ste.c47 MLX5_SET(ste_##lookup_type, tag, tcp_psh, !!((spec)->tcp_flags & (1 << 3))); \