Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_flow_table_inet.c27 if (!nf_flow_pppoe_proto(skb, &proto)) in nf_flow_offload_inet_hook()
H A Dnft_meta.c338 if (!nf_flow_pppoe_proto(skb, &ethertype)) in nft_meta_pktinfo_may_update()
H A Dnf_flow_table_ip.c395 if (!nf_flow_pppoe_proto(skb, &ether_type)) in nf_flow_skb_encap_protocol()
/linux/include/net/netfilter/
H A Dnf_flow_table.h408 static inline bool nf_flow_pppoe_proto(struct sk_buff *skb, __be16 *inner_proto) in nf_flow_pppoe_proto() function