Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dindirect_call_wrapper.h55 #define INDIRECT_CALL_INET(f, f2, f1, ...) \ macro
58 #define INDIRECT_CALL_INET(f, f2, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__) macro
60 #define INDIRECT_CALL_INET(f, f2, f1, ...) f(__VA_ARGS__) macro
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudp_offload.c636 sk = INDIRECT_CALL_INET(lookup, udp6_lib_lookup_skb, in udp_gro_complete()
H A Dtcp_output.c1372 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()
/OK3568_Linux_fs/kernel/net/core/
H A Dfib_rules.c22 INDIRECT_CALL_INET(f, f2, f1, __VA_ARGS__)
H A Ddev.c5366 ret = INDIRECT_CALL_INET(pt_prev->func, ipv6_rcv, ip_rcv, skb, in __netif_receive_skb_one_core()
5409 INDIRECT_CALL_INET(pt_prev->list_func, ipv6_list_rcv, in __netif_receive_skb_list_ptype()
5810 err = INDIRECT_CALL_INET(ptype->callbacks.gro_complete, in napi_gro_complete()
6026 pp = INDIRECT_CALL_INET(ptype->callbacks.gro_receive, in dev_gro_receive()
/OK3568_Linux_fs/kernel/net/
H A Dsocket.c652 int ret = INDIRECT_CALL_INET(sock->ops->sendmsg, inet6_sendmsg, in sock_sendmsg_nosec()
886 return INDIRECT_CALL_INET(sock->ops->recvmsg, inet6_recvmsg, in sock_recvmsg_nosec()