Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dsock.h696 enum sock_flags { enum
733 static inline void sock_set_flag(struct sock *sk, enum sock_flags flag) in sock_set_flag()
738 static inline void sock_reset_flag(struct sock *sk, enum sock_flags flag) in sock_reset_flag()
743 static inline bool sock_flag(const struct sock *sk, enum sock_flags flag) in sock_flag()