Home
last modified time | relevance | path

Searched refs:tcp_urg (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dmlx5_ifc_dr_ste_v1.h270 u8 tcp_urg[0x1]; member
341 u8 tcp_urg[0x1]; member
Dmlx5_ifc_dr.h254 u8 tcp_urg[0x1]; member
337 u8 tcp_urg[0x1]; member
Ddr_ste.h44 MLX5_SET(ste_##lookup_type, tag, tcp_urg, !!((spec)->tcp_flags & (1 << 5))); \
/Linux-v5.15/include/soc/mscc/
Docelot_vcap.h546 enum ocelot_vcap_bit tcp_urg; member
566 enum ocelot_vcap_bit tcp_urg; member
/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot_vcap.c485 enum ocelot_vcap_bit ttl, fragment, options, tcp_ack, tcp_urg; in is2_entry_set() local
511 tcp_urg = ipv4->tcp_urg; in is2_entry_set()
541 tcp_urg = ipv6->tcp_urg; in is2_entry_set()
594 tcp_urg); in is2_entry_set()
/Linux-v5.15/net/ipv4/
Dtcp_input.c5585 static void tcp_urg(struct sock *sk, struct sk_buff *skb, const struct tcphdr *th) in tcp_urg() function
5925 tcp_urg(sk, skb, th); in tcp_rcv_established()
6408 tcp_urg(sk, skb, th); in tcp_rcv_state_process()
6558 tcp_urg(sk, skb, th); in tcp_rcv_state_process()