Home
last modified time | relevance | path

Searched refs:tcp_urg (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
H A Docelot_vcap.h159 enum ocelot_vcap_bit tcp_urg; member
179 enum ocelot_vcap_bit tcp_urg; member
H A Docelot_vcap.c484 enum ocelot_vcap_bit ttl, fragment, options, tcp_ack, tcp_urg; in is2_entry_set() local
510 tcp_urg = ipv4->tcp_urg; in is2_entry_set()
540 tcp_urg = ipv6->tcp_urg; in is2_entry_set()
593 tcp_urg); in is2_entry_set()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dmlx5_ifc_dr_ste_v1.h305 u8 tcp_urg[0x1]; member
376 u8 tcp_urg[0x1]; member
H A Dmlx5_ifc_dr.h254 u8 tcp_urg[0x1]; member
337 u8 tcp_urg[0x1]; member
H A Ddr_ste.h44 MLX5_SET(ste_##lookup_type, tag, tcp_urg, !!((spec)->tcp_flags & (1 << 5))); \
/kernel/linux/linux-6.6/include/soc/mscc/
H A Docelot_vcap.h560 enum ocelot_vcap_bit tcp_urg; member
580 enum ocelot_vcap_bit tcp_urg; member
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H A 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dmlx5_ifc_dr.h345 u8 tcp_urg[0x1]; member
428 u8 tcp_urg[0x1]; member
H A Ddr_ste.c45 MLX5_SET(ste_##lookup_type, tag, tcp_urg, !!((spec)->tcp_flags & (1 << 5))); \
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c5548 * signaled. Its the 'slow' part of tcp_urg. It could be
5549 * moved inline now as tcp_urg is only called from one
5622 static void tcp_urg(struct sock *sk, struct sk_buff *skb, const struct tcphdr *th) in tcp_urg() function
5962 tcp_urg(sk, skb, th); in tcp_rcv_established()
6447 tcp_urg(sk, skb, th); in tcp_rcv_state_process()
6599 tcp_urg(sk, skb, th); in tcp_rcv_state_process()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c5626 * signaled. Its the 'slow' part of tcp_urg. It could be
5627 * moved inline now as tcp_urg is only called from one
5700 static void tcp_urg(struct sock *sk, struct sk_buff *skb, const struct tcphdr *th) in tcp_urg() function
6055 tcp_urg(sk, skb, th); in tcp_rcv_established()
6548 tcp_urg(sk, skb, th); in tcp_rcv_state_process()
6702 tcp_urg(sk, skb, th); in tcp_rcv_state_process()

Completed in 44 milliseconds