Searched refs:INDIRECT_CALL_L4 (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/net/ipv6/ |
A D | ip6_offload.c | 27 #define INDIRECT_CALL_L4(f, f2, f1, ...) INDIRECT_CALL_2(f, f2, f1, __VA_ARGS__) macro 29 #define INDIRECT_CALL_L4(f, f2, f1, ...) INDIRECT_CALL_1(f, f2, __VA_ARGS__) macro 36 INDIRECT_CALL_L4(cb, f2, f1, head, skb); \ 365 err = INDIRECT_CALL_L4(ops->callbacks.gro_complete, tcp6_gro_complete, in ipv6_gro_complete()
|
Completed in 4 milliseconds