Home
last modified time | relevance | path

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

/openbmc/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 Dnf_flow_table_ip.c294 if (nf_flow_pppoe_proto(skb, &inner_proto) && in nf_flow_skb_encap_protocol()
/openbmc/linux/include/net/netfilter/
H A Dnf_flow_table.h354 static inline bool nf_flow_pppoe_proto(struct sk_buff *skb, __be16 *inner_proto) in nf_flow_pppoe_proto() function