Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_change_tail.c41 static __always_inline struct udphdr *parse_udp_header(struct __sk_buff *skb, struct iphdr *iph) in parse_udp_header() function
78 udp = parse_udp_header(skb, iph); in change_tail()