Home
last modified time | relevance | path

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

/include/net/
Dsock.h942 enum sock_flags { enum
983 static inline void sock_set_flag(struct sock *sk, enum sock_flags flag) in sock_set_flag()
988 static inline void sock_reset_flag(struct sock *sk, enum sock_flags flag) in sock_reset_flag()
993 static inline void sock_valbool_flag(struct sock *sk, enum sock_flags bit, in sock_valbool_flag()
1002 static inline bool sock_flag(const struct sock *sk, enum sock_flags flag) in sock_flag()
2849 void sock_enable_timestamp(struct sock *sk, enum sock_flags flag);