Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_meta.c439 skb_pkt_type_ok(value8) && in nft_meta_set_eval()
440 skb_pkt_type_ok(skb->pkt_type)) in nft_meta_set_eval()
/openbmc/linux/net/sched/
H A Dact_skbedit.c164 if (!skb_pkt_type_ok(*ptype)) in tcf_skbedit_init()
/openbmc/linux/include/linux/
H A Dskbuff.h1175 static inline bool skb_pkt_type_ok(u32 ptype) in skb_pkt_type_ok() function
/openbmc/linux/net/core/
H A Dfilter.c3412 if (unlikely(!skb_pkt_type_ok(skb->pkt_type) || in BPF_CALL_2()
3413 !skb_pkt_type_ok(pkt_type))) in BPF_CALL_2()