Home
last modified time | relevance | path

Searched defs:parse_eth_proto (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/samples/bpf/
H A Dsockex3_kern.c273 static inline void parse_eth_proto(struct __sk_buff *skb, u32 proto) in parse_eth_proto() function
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c116 static __always_inline int parse_eth_proto(struct __sk_buff *skb, __be16 proto) in parse_eth_proto() function