Searched refs:skb_pkt_type_ok (Results 1 - 4 of 4) sorted by path

/linux-master/include/linux/
H A Dskbuff.h1185 static inline bool skb_pkt_type_ok(u32 ptype) function
/linux-master/net/core/
H A Dfilter.c3405 if (unlikely(!skb_pkt_type_ok(skb->pkt_type) ||
3406 !skb_pkt_type_ok(pkt_type)))
/linux-master/net/netfilter/
H A Dnft_meta.c439 skb_pkt_type_ok(value8) &&
440 skb_pkt_type_ok(skb->pkt_type))
/linux-master/net/sched/
H A Dact_skbedit.c164 if (!skb_pkt_type_ok(*ptype))

Completed in 303 milliseconds