Searched refs:INDIRECT_CALL_INET (Results 1 – 11 of 11) sorted by relevance
/linux/include/linux/ |
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/include/net/ |
A D | dst.h | 201 return INDIRECT_CALL_INET(dst->ops->mtu, ip6_mtu, ipv4_mtu, dst); in dst_mtu() 450 return INDIRECT_CALL_INET(skb_dst(skb)->output, in dst_output() 460 return INDIRECT_CALL_INET(skb_dst(skb)->input, in dst_input() 471 dst = INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, in dst_check()
|
A D | gro.h | 22 INDIRECT_CALL_INET(cb, f2, f1, head, skb); \
|
/linux/net/ethernet/ |
A D | eth.c | 475 err = INDIRECT_CALL_INET(ptype->callbacks.gro_complete, in eth_gro_complete()
|
/linux/net/8021q/ |
A D | vlan_core.c | 522 err = INDIRECT_CALL_INET(ptype->callbacks.gro_complete, in vlan_gro_complete()
|
/linux/net/ipv4/ |
A D | udp_offload.c | 645 sk = INDIRECT_CALL_INET(lookup, udp6_lib_lookup_skb, in udp_gro_complete()
|
A D | tcp_output.c | 1371 INDIRECT_CALL_INET(icsk->icsk_af_ops->send_check, in __tcp_transmit_skb() 1402 err = INDIRECT_CALL_INET(icsk->icsk_af_ops->queue_xmit, in __tcp_transmit_skb()
|
/linux/net/core/ |
A D | fib_rules.c | 22 INDIRECT_CALL_INET(f, f2, f1, __VA_ARGS__)
|
A D | sock.c | 570 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check, in __sk_dst_check() 588 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check, in sk_dst_check()
|
A D | dev.c | 5465 ret = INDIRECT_CALL_INET(pt_prev->func, ipv6_rcv, ip_rcv, skb, in __netif_receive_skb_one_core() 5508 INDIRECT_CALL_INET(pt_prev->list_func, ipv6_list_rcv, in __netif_receive_skb_list_ptype() 5888 err = INDIRECT_CALL_INET(ptype->callbacks.gro_complete, in napi_gro_complete() 6107 pp = INDIRECT_CALL_INET(ptype->callbacks.gro_receive, in dev_gro_receive()
|
/linux/net/ |
A D | socket.c | 704 int ret = INDIRECT_CALL_INET(sock->ops->sendmsg, inet6_sendmsg, in sock_sendmsg_nosec() 944 return INDIRECT_CALL_INET(sock->ops->recvmsg, inet6_recvmsg, in sock_recvmsg_nosec()
|
Completed in 64 milliseconds