Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dfilter.h572 struct sk_filter { struct
573 refcount_t refcnt;
574 struct rcu_head rcu;
575 struct bpf_prog *prog;
859 static inline int sk_filter(struct sock *sk, struct sk_buff *skb) in sk_filter() function
/Linux-v6.6/include/net/
Dsock.h434 struct sk_filter __rcu *sk_filter; member