Home
last modified time | relevance | path

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

/net/ipv6/
Dip6_offload.c27 #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); \
342 err = INDIRECT_CALL_L4(ops->callbacks.gro_complete, tcp6_gro_complete, in ipv6_gro_complete()