corkflag           45 include/linux/udp.h 	unsigned int	 corkflag;	/* Cork is required */
corkflag          981 net/ipv4/udp.c 	int corkreq = up->corkflag || msg->msg_flags&MSG_MORE;
corkflag         1289 net/ipv4/udp.c 	if (!(up->corkflag || (flags&MSG_MORE)))
corkflag         2547 net/ipv4/udp.c 			up->corkflag = 1;
corkflag         2549 net/ipv4/udp.c 			up->corkflag = 0;
corkflag         2672 net/ipv4/udp.c 		val = up->corkflag;
corkflag         1231 net/ipv6/udp.c 	int corkreq = up->corkflag || msg->msg_flags&MSG_MORE;