Searched refs:fill_tuple (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | test_cls_redirect_dynptr.c | 511 static uint64_t fill_tuple(struct bpf_sock_tuple *tuple, void *iph, in fill_tuple() function 725 tuplen = fill_tuple(&tuple, info->hdr, info->len, tcp.source, tcp.dest); in process_tcp() 744 tuplen = fill_tuple(&tuple, info->hdr, info->len, udph.source, udph.dest); in process_udp()
|
| H A D | test_cls_redirect.c | 621 static INLINING uint64_t fill_tuple(struct bpf_sock_tuple *tuple, void *iph, in fill_tuple() function 835 fill_tuple(&tuple, iph, iphlen, tcp->source, tcp->dest); in process_tcp() 853 fill_tuple(&tuple, iph, iphlen, udph->source, udph->dest); in process_udp()
|