Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dudp.h49 unsigned int corkflag; /* Cork is required */ member
/Linux-v4.19/net/ipv4/
Dudp.c919 int corkreq = up->corkflag || msg->msg_flags&MSG_MORE; in udp_sendmsg()
1227 if (!(up->corkflag || (flags&MSG_MORE))) in udp_sendpage()
2416 up->corkflag = 1; in udp_lib_setsockopt()
2418 up->corkflag = 0; in udp_lib_setsockopt()
2531 val = up->corkflag; in udp_lib_getsockopt()
/Linux-v4.19/net/ipv6/
Dudp.c1151 int corkreq = up->corkflag || msg->msg_flags&MSG_MORE; in udpv6_sendmsg()