Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfilter.h548 struct sk_filter { struct
549 refcount_t refcnt;
550 struct rcu_head rcu;
551 struct bpf_prog *prog;
794 static inline int sk_filter(struct sock *sk, struct sk_buff *skb) in sk_filter() function
/Linux-v5.4/include/net/
Dsock.h394 struct sk_filter __rcu *sk_filter; member