Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Draw.c817 if (level != SOL_RAW) in raw_setsockopt()
826 if (level != SOL_RAW) in compat_raw_setsockopt()
847 if (level != SOL_RAW) in raw_getsockopt()
856 if (level != SOL_RAW) in compat_raw_getsockopt()
/linux-4.1.27/net/ipv6/
Draw.c1006 case SOL_RAW: in rawv6_setsockopt()
1028 case SOL_RAW: in compat_rawv6_setsockopt()
1084 case SOL_RAW: in rawv6_getsockopt()
1106 case SOL_RAW: in compat_rawv6_getsockopt()
/linux-4.1.27/include/linux/
Dsocket.h299 #define SOL_RAW 255 macro