Searched refs:sock_flags (Results 1 – 4 of 4) sorted by relevance
8 BPF_PROG=$MY_DIR/sock_flags.bpf.o
114 always-y += sock_flags.bpf.o
930 enum sock_flags { enum971 static inline void sock_set_flag(struct sock *sk, enum sock_flags flag) in sock_set_flag()976 static inline void sock_reset_flag(struct sock *sk, enum sock_flags flag) in sock_reset_flag()981 static inline void sock_valbool_flag(struct sock *sk, enum sock_flags bit, in sock_valbool_flag()990 static inline bool sock_flag(const struct sock *sk, enum sock_flags flag) in sock_flag()2885 void sock_enable_timestamp(struct sock *sk, enum sock_flags flag);
3606 void sock_enable_timestamp(struct sock *sk, enum sock_flags flag) in sock_enable_timestamp()