Home
last modified time | relevance | path

Searched defs:sk_filter (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/include/linux/
Dfilter.h593 struct sk_filter { struct
594 refcount_t refcnt;
595 struct rcu_head rcu;
596 struct bpf_prog *prog;
904 static inline int sk_filter(struct sock *sk, struct sk_buff *skb) in sk_filter() function
/Linux-v5.15/include/net/
Dsock.h423 struct sk_filter __rcu *sk_filter; member