Searched refs:INDIRECT_CALL_INET (Results 1 – 14 of 14) sorted by relevance
| /Linux-v6.6/include/linux/ |
| 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-v6.6/include/net/ |
| D | dst.h | 216 return INDIRECT_CALL_INET(dst->ops->mtu, ip6_mtu, ipv4_mtu, dst); in dst_mtu() 458 return INDIRECT_CALL_INET(skb_dst(skb)->output, in dst_output() 468 return INDIRECT_CALL_INET(skb_dst(skb)->input, in dst_input() 479 dst = INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, in dst_check()
|
| D | gro.h | 405 INDIRECT_CALL_INET(cb, f2, f1, head, skb); \
|
| D | sock.h | 1121 return INDIRECT_CALL_INET(sk->sk_backlog_rcv, in sk_backlog_rcv()
|
| /Linux-v6.6/net/core/ |
| D | gro.c | 255 err = INDIRECT_CALL_INET(ptype->callbacks.gro_complete, in napi_gro_complete() 490 pp = INDIRECT_CALL_INET(ptype->callbacks.gro_receive, in dev_gro_receive()
|
| D | sock.c | 337 ret = INDIRECT_CALL_INET(sk->sk_backlog_rcv, in __sk_backlog_rcv() 600 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check, in __sk_dst_check() 618 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check, in sk_dst_check()
|
| D | fib_rules.c | 22 INDIRECT_CALL_INET(f, f2, f1, __VA_ARGS__)
|
| D | dev.c | 5552 ret = INDIRECT_CALL_INET(pt_prev->func, ipv6_rcv, ip_rcv, skb, in __netif_receive_skb_one_core() 5595 INDIRECT_CALL_INET(pt_prev->list_func, ipv6_list_rcv, in __netif_receive_skb_list_ptype()
|
| /Linux-v6.6/net/ipv6/ |
| D | inet6_hashtables.c | 142 phash = INDIRECT_CALL_INET(ehashfn, udp6_ehashfn, inet6_ehashfn, in inet6_lookup_reuseport()
|
| /Linux-v6.6/net/ethernet/ |
| D | eth.c | 468 err = INDIRECT_CALL_INET(ptype->callbacks.gro_complete, in eth_gro_complete()
|
| /Linux-v6.6/net/8021q/ |
| D | vlan_core.c | 515 err = INDIRECT_CALL_INET(ptype->callbacks.gro_complete, in vlan_gro_complete()
|
| /Linux-v6.6/net/ipv4/ |
| D | udp_offload.c | 682 sk = INDIRECT_CALL_INET(lookup, udp6_lib_lookup_skb, in udp_gro_complete()
|
| D | tcp_output.c | 1384 INDIRECT_CALL_INET(icsk->icsk_af_ops->send_check, in __tcp_transmit_skb() 1415 err = INDIRECT_CALL_INET(icsk->icsk_af_ops->queue_xmit, in __tcp_transmit_skb()
|
| /Linux-v6.6/net/ |
| D | socket.c | 730 int ret = INDIRECT_CALL_INET(READ_ONCE(sock->ops)->sendmsg, inet6_sendmsg, in sock_sendmsg_nosec() 1044 int ret = INDIRECT_CALL_INET(READ_ONCE(sock->ops)->recvmsg, in sock_recvmsg_nosec()
|