Searched refs:INDIRECT_CALL_INET (Results 1 – 13 of 13) sorted by relevance
/linux/include/linux/ |
H A D | indirect_call_wrapper.h | 57 #define INDIRECT_CALL_INET(f, f2, f1, ...) \ macro 60 #define INDIRECT_CALL_INET(f, f2, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__) macro 62 #define INDIRECT_CALL_INET(f, f2, f1, ...) f(__VA_ARGS__) macro
|
/linux/net/core/ |
H A D | gro.c | 273 err = INDIRECT_CALL_INET(ptype->callbacks.gro_complete, in napi_gro_complete() 513 pp = INDIRECT_CALL_INET(ptype->callbacks.gro_receive, in dev_gro_receive()
|
H A D | sock.c | 334 ret = INDIRECT_CALL_INET(sk->sk_backlog_rcv, in __sk_backlog_rcv() 604 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check, in __sk_dst_check() 622 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check, in sk_dst_check()
|
H A D | fib_rules.c | 23 INDIRECT_CALL_INET(f, f2, f1, __VA_ARGS__)
|
H A D | dev.c | 5896 ret = INDIRECT_CALL_INET(pt_prev->func, ipv6_rcv, ip_rcv, skb, in __netif_receive_skb_one_core() 5939 INDIRECT_CALL_INET(pt_prev->list_func, ipv6_list_rcv, in __netif_receive_skb_list_ptype()
|
/linux/net/ipv6/ |
H A D | inet6_hashtables.c | 141 phash = INDIRECT_CALL_INET(ehashfn, udp6_ehashfn, inet6_ehashfn, in inet6_lookup_reuseport()
|
/linux/net/ethernet/ |
H A D | eth.c | 456 err = INDIRECT_CALL_INET(ptype->callbacks.gro_complete, in eth_gro_complete()
|
/linux/net/8021q/ |
H A D | vlan_core.c | 524 err = INDIRECT_CALL_INET(ptype->callbacks.gro_complete, in vlan_gro_complete()
|
/linux/include/net/ |
H A D | gro.h | 419 INDIRECT_CALL_INET(cb, f2, f1, head, skb); \
|
H A D | sock.h | 1122 return INDIRECT_CALL_INET(sk->sk_backlog_rcv, in sk_backlog_rcv()
|
/linux/net/ipv4/ |
H A D | udp_offload.c | 708 sk = INDIRECT_CALL_INET(lookup, udp6_lib_lookup_skb, in udp_gro_complete()
|
H A D | tcp_output.c | 1440 INDIRECT_CALL_INET(icsk->icsk_af_ops->send_check, in __tcp_transmit_skb() 1471 err = INDIRECT_CALL_INET(icsk->icsk_af_ops->queue_xmit, in __tcp_transmit_skb()
|
/linux/net/ |
H A D | socket.c | 718 int ret = INDIRECT_CALL_INET(READ_ONCE(sock->ops)->sendmsg, inet6_sendmsg, in sock_sendmsg_nosec() 1023 int ret = INDIRECT_CALL_INET(READ_ONCE(sock->ops)->recvmsg, in sock_recvmsg_nosec()
|