Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dudp.h42 struct udp_sock { struct
44 struct inet_sock inet;
48 int pending; /* Any pending frames ? */
49 unsigned int corkflag; /* Cork is required */
50 __u8 encap_type; /* Is this an Encapsulation socket? */
51 unsigned char no_check6_tx:1,/* Send zero UDP6 checksums on TX? */
52 no_check6_rx:1;/* Allow zero UDP6 checksums on RX? */
57 __u16 len; /* total length of pending frames */
58 __u16 gso_size;
62 __u16 pcslen;
[all …]
/Linux-v4.19/tools/testing/selftests/net/
Dpsock_tpacket.c237 int udp_sock[2]; in walk_v1_v2_rx() local
600 int udp_sock[2]; in walk_v3_rx() local