Home
last modified time | relevance | path

Searched defs:udp_sock (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dudp.h78 struct udp_sock { struct
80 struct inet_sock inet;
85 unsigned long udp_flags;
87 int pending; /* Any pending frames ? */
88 __u8 encap_type; /* Is this an Encapsulation socket? */
92 __u16 udp_lrpa_hash;
93 struct hlist_nulls_node udp_lrpa_node;
100 __u16 len; /* total length of pending frames */
101 __u16 gso_size;
106 int (*encap_rcv)(struct sock *sk, struct sk_buff *skb);
[all …]
/linux/tools/testing/selftests/net/
H A Dpsock_tpacket.c223 int udp_sock[2]; in walk_v1_v2_rx() local
586 int udp_sock[2]; in walk_v3_rx() local