IPCORK_OPT        812 net/ipv4/ip_output.c 			inet->cork.flags |= IPCORK_OPT;
IPCORK_OPT        829 net/ipv4/ip_output.c 		if (inet->cork.flags & IPCORK_OPT)
IPCORK_OPT       1078 net/ipv4/ip_output.c 	if (inet->cork.flags & IPCORK_OPT)
IPCORK_OPT       1199 net/ipv4/ip_output.c 	inet->cork.flags &= ~IPCORK_OPT;
IPCORK_OPT       1257 net/ipv4/ip_output.c 	if (inet->cork.flags & IPCORK_OPT)
IPCORK_OPT       1142 net/ipv6/ip6_output.c 			inet->cork.flags |= IPCORK_OPT;
IPCORK_OPT       1169 net/ipv6/ip6_output.c 		if (inet->cork.flags & IPCORK_OPT)
IPCORK_OPT       1409 net/ipv6/ip6_output.c 	inet->cork.flags &= ~IPCORK_OPT;