Home
last modified time | relevance | path

Searched defs:tcp_urg (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dmlx5_ifc_dr.h345 u8 tcp_urg[0x1]; member
428 u8 tcp_urg[0x1]; member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_input.c5595 static void tcp_urg(struct sock *sk, struct sk_buff *skb, const struct tcphdr *th) in tcp_urg() function