Searched refs:parse_eth_proto (Results 1 – 1 of 1) sorted by relevance
115 static __always_inline int parse_eth_proto(struct __sk_buff *skb, __be16 proto) in parse_eth_proto() function147 return parse_eth_proto(skb, keys->n_proto); in _dissect()172 return parse_eth_proto(skb, bpf_htons(ETH_P_IP)); in parse_ip_proto()178 return parse_eth_proto(skb, bpf_htons(ETH_P_IPV6)); in parse_ip_proto()208 return parse_eth_proto(skb, eth->h_proto); in parse_ip_proto()210 return parse_eth_proto(skb, gre->proto); in parse_ip_proto()418 return parse_eth_proto(skb, vlan->h_vlan_encapsulated_proto); in PROG()