Searched refs:tcp_urg (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/mscc/ | 
| D | ocelot_ace.h | 151 	enum ocelot_vcap_bit tcp_urg;  member170 	enum ocelot_vcap_bit tcp_urg;  member
 
 | 
| D | ocelot_ace.c | 434 		enum ocelot_vcap_bit ttl, fragment, options, tcp_ack, tcp_urg;  in is2_entry_set()  local460 			tcp_urg = ipv4->tcp_urg;  in is2_entry_set()
 490 			tcp_urg = ipv6->tcp_urg;  in is2_entry_set()
 531 			VCAP_KEY_BIT_SET(IP4_TCP_UDP_L4_URG, tcp_urg);  in is2_entry_set()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/ | 
| D | mlx5_ifc_dr.h | 344 	u8         tcp_urg[0x1];  member427 	u8         tcp_urg[0x1];  member
 
 | 
| D | dr_ste.c | 44 	MLX5_SET(ste_##lookup_type, tag, tcp_urg, !!((spec)->tcp_flags & (1 << 5))); \
 | 
| /Linux-v5.4/net/ipv4/ | 
| D | tcp_input.c | 5368 static void tcp_urg(struct sock *sk, struct sk_buff *skb, const struct tcphdr *th)  in tcp_urg()  function5704 	tcp_urg(sk, skb, th);  in tcp_rcv_established()
 6172 		tcp_urg(sk, skb, th);  in tcp_rcv_state_process()
 6321 	tcp_urg(sk, skb, th);  in tcp_rcv_state_process()
 
 |