Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_change_tail.c12 static __always_inline struct iphdr *parse_ip_header(struct __sk_buff *skb, int *ip_proto) in parse_ip_header() function
71 iph = parse_ip_header(skb, &ip_proto); in change_tail()