Searched refs:tcp6_gro_complete (Results 1 – 2 of 2) sorted by relevance
29 INDIRECT_CALLABLE_SCOPE int tcp6_gro_complete(struct sk_buff *skb, int thoff) in tcp6_gro_complete() function71 .gro_complete = tcp6_gro_complete,
322 INDIRECT_CALLABLE_DECLARE(int tcp6_gro_complete(struct sk_buff *, int));343 err = INDIRECT_CALL_L4(ops->callbacks.gro_complete, tcp6_gro_complete, in ipv6_gro_complete()