Home
last modified time | relevance | path

Searched refs:INDIRECT_CALL_INET (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.1/include/linux/
Dindirect_call_wrapper.h57 #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.1/include/net/
Ddst.h202 return INDIRECT_CALL_INET(dst->ops->mtu, ip6_mtu, ipv4_mtu, dst); in dst_mtu()
445 return INDIRECT_CALL_INET(skb_dst(skb)->output, in dst_output()
455 return INDIRECT_CALL_INET(skb_dst(skb)->input, in dst_input()
466 dst = INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, in dst_check()
Dgro.h399 INDIRECT_CALL_INET(cb, f2, f1, head, skb); \
Dsock.h1109 return INDIRECT_CALL_INET(sk->sk_backlog_rcv, in sk_backlog_rcv()
/Linux-v6.1/net/core/
Dgro.c303 err = INDIRECT_CALL_INET(ptype->callbacks.gro_complete, in napi_gro_complete()
522 pp = INDIRECT_CALL_INET(ptype->callbacks.gro_receive, in dev_gro_receive()
Dsock.c333 ret = INDIRECT_CALL_INET(sk->sk_backlog_rcv, in __sk_backlog_rcv()
594 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check, in __sk_dst_check()
612 INDIRECT_CALL_INET(dst->ops->check, ip6_dst_check, ipv4_dst_check, in sk_dst_check()
Dfib_rules.c22 INDIRECT_CALL_INET(f, f2, f1, __VA_ARGS__)
Ddev.c5489 ret = INDIRECT_CALL_INET(pt_prev->func, ipv6_rcv, ip_rcv, skb, in __netif_receive_skb_one_core()
5532 INDIRECT_CALL_INET(pt_prev->list_func, ipv6_list_rcv, in __netif_receive_skb_list_ptype()
/Linux-v6.1/net/ethernet/
Deth.c468 err = INDIRECT_CALL_INET(ptype->callbacks.gro_complete, in eth_gro_complete()
/Linux-v6.1/net/8021q/
Dvlan_core.c515 err = INDIRECT_CALL_INET(ptype->callbacks.gro_complete, in vlan_gro_complete()
/Linux-v6.1/net/ipv4/
Dudp_offload.c670 sk = INDIRECT_CALL_INET(lookup, udp6_lib_lookup_skb, in udp_gro_complete()
Dtcp_output.c1371 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-v6.1/net/
Dsocket.c714 int ret = INDIRECT_CALL_INET(sock->ops->sendmsg, inet6_sendmsg, in sock_sendmsg_nosec()
995 return INDIRECT_CALL_INET(sock->ops->recvmsg, inet6_recvmsg, in sock_recvmsg_nosec()