Searched refs:parse_eth_proto (Results 1 – 1 of 1) sorted by relevance
91 static __always_inline int parse_eth_proto(struct __sk_buff *skb, __be16 proto) in parse_eth_proto() function123 return parse_eth_proto(skb, skb->protocol); in _dissect()125 return parse_eth_proto(skb, skb->vlan_proto); in _dissect()148 return parse_eth_proto(skb, bpf_htons(ETH_P_IP)); in parse_ip_proto()151 return parse_eth_proto(skb, bpf_htons(ETH_P_IPV6)); in parse_ip_proto()179 return parse_eth_proto(skb, eth->h_proto); in parse_ip_proto()181 return parse_eth_proto(skb, gre->proto); in parse_ip_proto()368 return parse_eth_proto(skb, vlan->h_vlan_encapsulated_proto); in PROG()