Symbol: INDIRECT_CALL_INET
include/net/dst.h
219
return INDIRECT_CALL_INET(dst->ops->mtu, ip6_mtu, ipv4_mtu, dst);
include/net/dst.h
470
return INDIRECT_CALL_INET(READ_ONCE(skb_dst(skb)->output),
include/net/dst.h
480
return INDIRECT_CALL_INET(READ_ONCE(skb_dst(skb)->input),
include/net/dst.h
491
dst = INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check,
include/net/gro.h
415
INDIRECT_CALL_INET(cb, f2, f1, head, skb); \
include/net/sock.h
1185
return INDIRECT_CALL_INET(sk->sk_backlog_rcv,
net/8021q/vlan_core.c
524
err = INDIRECT_CALL_INET(ptype->callbacks.gro_complete,
net/core/dev.c
6181
ret = INDIRECT_CALL_INET(pt_prev->func, ipv6_rcv, ip_rcv, skb,
net/core/dev.c
6224
INDIRECT_CALL_INET(pt_prev->list_func, ipv6_list_rcv,
net/core/fib_rules.c
23
INDIRECT_CALL_INET(f, f2, f1, __VA_ARGS__)
net/core/gro.c
273
err = INDIRECT_CALL_INET(ptype->callbacks.gro_complete,
net/core/gro.c
515
pp = INDIRECT_CALL_INET(ptype->callbacks.gro_receive,
net/core/sock.c
336
ret = INDIRECT_CALL_INET(sk->sk_backlog_rcv,
net/core/sock.c
612
INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check,
net/core/sock.c
630
INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check,
net/ethernet/eth.c
453
err = INDIRECT_CALL_INET(ptype->callbacks.gro_complete,
net/ipv4/tcp_output.c
1662
INDIRECT_CALL_INET(icsk->icsk_af_ops->send_check,
net/ipv4/tcp_output.c
1693
err = INDIRECT_CALL_INET(icsk->icsk_af_ops->queue_xmit,
net/ipv4/udp_offload.c
935
sk = INDIRECT_CALL_INET(lookup, udp6_lib_lookup_skb,
net/ipv6/inet6_hashtables.c
141
phash = INDIRECT_CALL_INET(ehashfn, udp6_ehashfn, inet6_ehashfn,
net/socket.c
1078
int ret = INDIRECT_CALL_INET(READ_ONCE(sock->ops)->recvmsg,
net/socket.c
727
int ret = INDIRECT_CALL_INET(READ_ONCE(sock->ops)->sendmsg, inet6_sendmsg,