Home
last modified time | relevance | path

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

/linux-6.3-rc2/samples/bpf/
A Dtest_cgrp2_sock2.sh8 BPF_PROG=$MY_DIR/sock_flags.bpf.o
A DMakefile134 always-y += sock_flags.bpf.o
/linux-6.3-rc2/include/net/
A Dsock.h928 enum sock_flags { enum
969 static inline void sock_set_flag(struct sock *sk, enum sock_flags flag) in sock_set_flag()
974 static inline void sock_reset_flag(struct sock *sk, enum sock_flags flag) in sock_reset_flag()
979 static inline void sock_valbool_flag(struct sock *sk, enum sock_flags bit, in sock_valbool_flag()
988 static inline bool sock_flag(const struct sock *sk, enum sock_flags flag) in sock_flag()
2859 void sock_enable_timestamp(struct sock *sk, enum sock_flags flag);
/linux-6.3-rc2/net/core/
A Dsock.c3575 void sock_enable_timestamp(struct sock *sk, enum sock_flags flag) in sock_enable_timestamp()

Completed in 19 milliseconds