Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dudp.h47 struct udp_sock { struct
49 struct inet_sock inet;
54 unsigned long udp_flags;
56 int pending; /* Any pending frames ? */
57 __u8 encap_type; /* Is this an Encapsulation socket? */
61 __u16 udp_lrpa_hash;
62 struct hlist_nulls_node udp_lrpa_node;
69 __u16 len; /* total length of pending frames */
70 __u16 gso_size;
74 __u16 pcslen;
[all …]
/linux-6.14.4/tools/testing/selftests/net/
Dpsock_tpacket.c223 int udp_sock[2]; in walk_v1_v2_rx() local
586 int udp_sock[2]; in walk_v3_rx() local