Symbol: INDIRECT_CALL_1
drivers/net/ethernet/sfc/efx.h
49
return INDIRECT_CALL_1(efx->type->rx_buf_hash_valid,
drivers/net/ethernet/sfc/siena/efx.h
23
return INDIRECT_CALL_1(tx_queue->efx->type->tx_enqueue,
include/linux/indirect_call_wrapper.h
26
INDIRECT_CALL_1(__f2, f1, __VA_ARGS__); \
include/linux/indirect_call_wrapper.h
64
#define INDIRECT_CALL_INET(f, f2, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__)
include/linux/indirect_call_wrapper.h
70
#define INDIRECT_CALL_INET_1(f, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__)
include/net/dst.h
225
return INDIRECT_CALL_1(dst->ops->mtu, ipv4_mtu, dst);
include/net/ip6_route.h
272
return INDIRECT_CALL_1(dst->ops->mtu, ip6_mtu, dst);
net/core/datagram.c
402
n = INDIRECT_CALL_1(cb, simple_copy_to_iter,
net/core/datagram.c
435
n += INDIRECT_CALL_1(cb, simple_copy_to_iter,
net/core/fib_rules.c
25
#define INDIRECT_CALL_MT(f, f2, f1, ...) INDIRECT_CALL_1(f, f2, __VA_ARGS__)
net/core/fib_rules.c
28
#define INDIRECT_CALL_MT(f, f2, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__)
net/core/filter.c
2510
return INDIRECT_CALL_1(ops->ndo_get_peer_dev,
net/ipv4/ip_output.c
1172
INDIRECT_CALL_1(getfrag, ip_generic_getfrag,
net/ipv4/ip_output.c
1218
if (INDIRECT_CALL_1(getfrag, ip_generic_getfrag,
net/ipv4/ip_output.c
1257
if (INDIRECT_CALL_1(getfrag, ip_generic_getfrag,
net/ipv4/tcp_input.c
6103
INDIRECT_CALL_1(READ_ONCE(sk->sk_write_space),
net/ipv4/tcp_ipv4.c
1878
!INDIRECT_CALL_1(dst->ops->check, ipv4_dst_check,
net/ipv4/udp.c
1790
INDIRECT_CALL_1(READ_ONCE(sk->sk_data_ready),
net/ipv6/ip6_output.c
1704
INDIRECT_CALL_1(getfrag, ip_generic_getfrag,
net/ipv6/ip6_output.c
1750
if (INDIRECT_CALL_1(getfrag, ip_generic_getfrag,
net/ipv6/ip6_output.c
1789
if (INDIRECT_CALL_1(getfrag, ip_generic_getfrag,
net/ipv6/tcp_ipv6.c
1586
INDIRECT_CALL_1(dst->ops->check, ip6_dst_check,
net/mptcp/protocol.h
978
INDIRECT_CALL_1(sk->sk_write_space, sk_stream_write_space, sk);
net/netfilter/ipvs/ip_vs_core.c
1035
cp = INDIRECT_CALL_1(pp->conn_out_get, ip_vs_conn_out_get_proto,
net/netfilter/ipvs/ip_vs_core.c
1396
cp = INDIRECT_CALL_1(pp->conn_out_get, ip_vs_conn_out_get_proto,
net/netfilter/ipvs/ip_vs_core.c
1704
cp = INDIRECT_CALL_1(pp->conn_in_get, ip_vs_conn_in_get_proto,
net/netfilter/ipvs/ip_vs_core.c
1858
cp = INDIRECT_CALL_1(pp->conn_in_get, ip_vs_conn_in_get_proto,
net/netfilter/ipvs/ip_vs_core.c
1990
cp = INDIRECT_CALL_1(pp->conn_in_get, ip_vs_conn_in_get_proto,
net/netfilter/ipvs/ip_vs_core.c
489
cp = INDIRECT_CALL_1(pp->conn_in_get,
net/netfilter/ipvs/ip_vs_core.c
74
#define SNAT_CALL(f, ...) INDIRECT_CALL_1(f, tcp_snat_handler, __VA_ARGS__)
net/netfilter/ipvs/ip_vs_core.c
76
#define SNAT_CALL(f, ...) INDIRECT_CALL_1(f, udp_snat_handler, __VA_ARGS__)
net/netfilter/ipvs/ip_vs_core.c
978
cp = INDIRECT_CALL_1(pp->conn_out_get, ip_vs_conn_out_get_proto,