Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfilter.h507 struct sk_filter { struct
508 refcount_t refcnt;
509 struct rcu_head rcu;
510 struct bpf_prog *prog;
722 static inline int sk_filter(struct sock *sk, struct sk_buff *skb) in sk_filter() function
/Linux-v4.19/include/net/
Dsock.h395 struct sk_filter __rcu *sk_filter; member