Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_progs.h350 const void *__act = actual; \
353 bool ___ok = memcmp(__act, __exp, __len) == 0; \
356 hexdump("\t", __act, __len); \
/linux-6.15/include/net/
H A Dflow_offload.h361 #define flow_action_for_each(__i, __act, __actions) \ argument
362 for (__i = 0, __act = &(__actions)->entries[0]; \
364 __act = &(__actions)->entries[++__i])