Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Draw.c827 if (level != SOL_RAW) in raw_setsockopt()
836 if (level != SOL_RAW) in compat_raw_setsockopt()
857 if (level != SOL_RAW) in raw_getsockopt()
866 if (level != SOL_RAW) in compat_raw_getsockopt()
/linux-4.4.14/net/ipv6/
Draw.c1011 case SOL_RAW: in rawv6_setsockopt()
1033 case SOL_RAW: in compat_rawv6_setsockopt()
1089 case SOL_RAW: in rawv6_getsockopt()
1111 case SOL_RAW: in compat_rawv6_getsockopt()
/linux-4.4.14/include/linux/
Dsocket.h299 #define SOL_RAW 255 macro