Home
last modified time | relevance | path

Searched refs:IPCORK_OPT (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/net/
Dinet_sock.h246 #define IPCORK_OPT 1 /* ip-options has been held in ipcork.opt */ macro
/Linux-v6.6/net/ipv4/
Dip_output.c1300 cork->flags |= IPCORK_OPT; in ip_setup_cork()
1367 cork->flags &= ~IPCORK_OPT; in ip_cork_release()
1427 if (cork->flags & IPCORK_OPT) in __ip_make_skb()