Home
last modified time | relevance | path

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

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