Home
last modified time | relevance | path

Searched refs:tap_filter (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/
H A Dtun.c105 struct tap_filter { struct
130 * also contains all socket related structures (except sock_fprog and tap_filter)
132 * tap_filter were kept in tun_struct since they were used for filtering for the
204 struct tap_filter txflt;
891 static int update_filter(struct tap_filter *filter, void __user *arg) in update_filter()
951 static int run_filter(struct tap_filter *filter, const struct sk_buff *skb) in run_filter()
974 static int check_filter(struct tap_filter *filter, const struct sk_buff *skb) in check_filter()
/kernel/linux/linux-6.6/drivers/net/
H A Dtun.c105 struct tap_filter { struct
119 * also contains all socket related structures (except sock_fprog and tap_filter)
121 * tap_filter were kept in tun_struct since they were used for filtering for the
193 struct tap_filter txflt;
880 static int update_filter(struct tap_filter *filter, void __user *arg) in update_filter()
940 static int run_filter(struct tap_filter *filter, const struct sk_buff *skb) in run_filter()
963 static int check_filter(struct tap_filter *filter, const struct sk_buff *skb) in check_filter()

Completed in 11 milliseconds