Searched refs:INDIRECT_CALL_2 (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| H A D | indirect_call_wrapper.h | 22 #define INDIRECT_CALL_2(f, f2, f1, ...) \ macro 32 INDIRECT_CALL_2(__f3, f2, f1, __VA_ARGS__); \ 47 #define INDIRECT_CALL_2(f, f2, f1, ...) f(__VA_ARGS__) macro 62 INDIRECT_CALL_2(f, f2, f1, __VA_ARGS__)
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
| H A D | tx.c | 77 int check_result = INDIRECT_CALL_2(sq->xmit_xdp_frame_check, in mlx5e_xsk_tx() 106 ret = INDIRECT_CALL_2(sq->xmit_xdp_frame, mlx5e_xmit_xdp_frame_mpwqe, in mlx5e_xsk_tx()
|
| /linux/io_uring/ |
| H A D | tw.c | 72 INDIRECT_CALL_2(req->io_task_work.func, in io_handle_tw_list() 315 INDIRECT_CALL_2(req->io_task_work.func, in __io_run_local_work_loop()
|
| /linux/net/ipv4/ |
| H A D | af_inet.c | 866 return INDIRECT_CALL_2(prot->sendmsg, tcp_sendmsg, udp_sendmsg, in inet_sendmsg() 896 return INDIRECT_CALL_2(prot->recvmsg, tcp_recvmsg, udp_recvmsg, in inet_recvmsg() 1621 err = INDIRECT_CALL_2(ops->callbacks.gro_complete, in inet_gro_complete()
|
| H A D | inet_hashtables.c | 402 phash = INDIRECT_CALL_2(ehashfn, udp_ehashfn, inet_ehashfn, in inet_lookup_reuseport()
|
| /linux/net/ipv6/ |
| H A D | af_inet6.c | 642 return INDIRECT_CALL_2(prot->sendmsg, tcp_sendmsg, udpv6_sendmsg, in inet6_sendmsg() 657 return INDIRECT_CALL_2(prot->recvmsg, tcp_recvmsg, udpv6_recvmsg, in inet6_recvmsg()
|
| H A D | ip6_input.c | 479 ret = INDIRECT_CALL_2(ipprot->handler, tcp_v6_rcv, udpv6_rcv, in ip6_protocol_deliver_rcu()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rx.c | 1804 skb = INDIRECT_CALL_2(rq->wqe.skb_from_cqe, in mlx5e_handle_rx_cqe_rep() 1858 skb = INDIRECT_CALL_2(rq->mpwqe.skb_from_cqe_mpwrq, in mlx5e_handle_rx_cqe_mpwrq_rep() 2610 skb = INDIRECT_CALL_2(rq->wqe.skb_from_cqe, in mlx5i_handle_rx_cqe()
|
| /linux/net/core/ |
| H A D | skbuff.c | 1172 INDIRECT_CALL_2(skb->destructor, in skb_release_head_state() 3303 ret = INDIRECT_CALL_2(sendmsg, sendmsg_locked, in __skb_send_sock() 3348 ret = INDIRECT_CALL_2(sendmsg, sendmsg_locked, in __skb_send_sock()
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_core.c | 72 INDIRECT_CALL_2(f, tcp_snat_handler, udp_snat_handler, __VA_ARGS__)
|