Home
last modified time | relevance | path

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

/linux-6.6.21/net/netfilter/
Dnf_flow_table_inet.c24 proto = nf_flow_pppoe_proto(skb); in nf_flow_offload_inet_hook()
Dnf_flow_table_ip.c290 if (nf_flow_pppoe_proto(skb) == proto) { in nf_flow_skb_encap_protocol()
319 skb->protocol = nf_flow_pppoe_proto(skb); in nf_flow_encap_pop()
/linux-6.6.21/include/net/netfilter/
Dnf_flow_table.h338 static inline __be16 nf_flow_pppoe_proto(const struct sk_buff *skb) in nf_flow_pppoe_proto() function