Home
last modified time | relevance | path

Searched refs:IPOPT_TS_PRESPEC (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
Dip_options.c134 if ((dptr[3]&0xF) != IPOPT_TS_PRESPEC) { in __ip_options_echo()
392 case IPOPT_TS_PRESPEC: in __ip_options_compile()
422 } else if ((optptr[3]&0xF) != IPOPT_TS_PRESPEC) { in __ip_options_compile()
515 if ((optptr[3] & 0xF) == IPOPT_TS_PRESPEC) in ip_options_undo()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dip.h59 #define IPOPT_TS_PRESPEC 3 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dip.h72 #define IPOPT_TS_PRESPEC 3 macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dip.h82 #define IPOPT_TS_PRESPEC 3 /* specified modules only */ macro