Searched refs:fill_tuple (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | test_cls_redirect.c | 618 static INLINING uint64_t fill_tuple(struct bpf_sock_tuple *tuple, void *iph, in fill_tuple() function 832 fill_tuple(&tuple, iph, iphlen, tcp->source, tcp->dest); in process_tcp() 850 fill_tuple(&tuple, iph, iphlen, udph->source, udph->dest); in process_udp()
|