Searched refs:unigue (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect.h39 struct unigue { struct
62 struct unigue unigue; member in struct:__anon4705
H A Dtest_cls_redirect.c385 sizeof(struct in_addr) * encap->unigue.hop_count;
409 sizeof(struct in_addr) * encap->unigue.hop_count;
543 if (encap->unigue.next_hop == encap->unigue.hop_count - 1 &&
544 encap->unigue.last_hop_gre) {
552 if (encap->unigue.next_hop < encap->unigue.hop_count) {
553 encap->unigue.next_hop++;
589 if (encap->unigue.next_hop > encap->unigue
[all...]
H A Dtest_cls_redirect_dynptr.c277 sizeof(struct in_addr) * encap->unigue.hop_count;
299 sizeof(struct in_addr) * encap->unigue.hop_count;
435 if (encap->unigue.next_hop == encap->unigue.hop_count - 1 &&
436 encap->unigue.last_hop_gre) {
444 if (encap->unigue.next_hop < encap->unigue.hop_count) {
445 encap->unigue.next_hop++;
480 if (encap->unigue.next_hop > encap->unigue
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c270 .unigue = {

Completed in 178 milliseconds