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

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

Completed in 172 milliseconds