Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dudp.h35 struct udp_sock { struct
37 struct inet_sock inet;
41 int pending; /* Any pending frames ? */
42 unsigned int corkflag; /* Cork is required */
43 __u8 encap_type; /* Is this an Encapsulation socket? */
44 unsigned char no_check6_tx:1,/* Send zero UDP6 checksums on TX? */
45 no_check6_rx:1,/* Allow zero UDP6 checksums on RX? */
46 encap_enabled:1, /* This socket enabled encap
51 gro_enabled:1, /* Request GRO aggregation */
52 accept_udp_l4:1,
[all …]
/Linux-v6.6/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