Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfilter.h738 struct sk_filter { struct
739 refcount_t refcnt;
740 struct rcu_head rcu;
741 struct bpf_prog *prog;
1175 static inline int sk_filter(struct sock *sk, struct sk_buff *skb) in sk_filter() function