Home
last modified time | relevance | path

Searched refs:corkflag (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/
Dudp.h45 unsigned int corkflag; /* Cork is required */ member
/Linux-v5.10/net/ipv4/
Dudp.c1038 int corkreq = up->corkflag || msg->msg_flags&MSG_MORE; in udp_sendmsg()
1346 if (!(up->corkflag || (flags&MSG_MORE))) in udp_sendpage()
2608 up->corkflag = 1; in udp_lib_setsockopt()
2610 up->corkflag = 0; in udp_lib_setsockopt()
2730 val = up->corkflag; in udp_lib_getsockopt()
/Linux-v5.10/net/ipv6/
Dudp.c1291 int corkreq = up->corkflag || msg->msg_flags&MSG_MORE; in udpv6_sendmsg()