/Linux-v6.6/include/linux/ |
D | indirect_call_wrapper.h | 21 #define INDIRECT_CALL_2(f, f2, f1, ...) \ macro 29 INDIRECT_CALL_2(f, f2, f1, __VA_ARGS__); \ 43 #define INDIRECT_CALL_2(f, f2, f1, ...) f(__VA_ARGS__) macro 58 INDIRECT_CALL_2(f, f2, f1, __VA_ARGS__)
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
D | tx.c | 71 int check_result = INDIRECT_CALL_2(sq->xmit_xdp_frame_check, in mlx5e_xsk_tx() 99 ret = INDIRECT_CALL_2(sq->xmit_xdp_frame, mlx5e_xmit_xdp_frame_mpwqe, in mlx5e_xsk_tx()
|
/Linux-v6.6/drivers/net/ethernet/sfc/ |
D | efx.h | 28 return INDIRECT_CALL_2(tx_queue->efx->type->tx_enqueue, in efx_enqueue_skb() 42 INDIRECT_CALL_2(channel->efx->type->rx_packet, in efx_rx_flush_packet()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_txrx.c | 109 xsk_rx_alloc_err = INDIRECT_CALL_2(xskrq->post_wqes, in mlx5e_napi_xsk_post() 192 busy |= INDIRECT_CALL_2(rq->post_wqes, in mlx5e_napi_poll()
|
D | en_rx.c | 1887 skb = INDIRECT_CALL_2(rq->wqe.skb_from_cqe, in mlx5e_handle_rx_cqe_rep() 1940 skb = INDIRECT_CALL_2(rq->mpwqe.skb_from_cqe_mpwrq, in mlx5e_handle_rx_cqe_mpwrq_rep() 2659 skb = INDIRECT_CALL_2(rq->wqe.skb_from_cqe, in mlx5i_handle_rx_cqe()
|
/Linux-v6.6/include/net/ |
D | inet_common.h | 81 INDIRECT_CALL_2(cb, f2, f1, head, skb); \
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | xdp.c | 105 if (unlikely(!INDIRECT_CALL_2(sq->xmit_xdp_frame, mlx5e_xmit_xdp_frame_mpwqe, in mlx5e_xmit_xdp_buff() 147 if (unlikely(!INDIRECT_CALL_2(sq->xmit_xdp_frame, mlx5e_xmit_xdp_frame_mpwqe, in mlx5e_xmit_xdp_buff() 842 ret = INDIRECT_CALL_2(sq->xmit_xdp_frame, mlx5e_xmit_xdp_frame_mpwqe, in mlx5e_xdp_xmit()
|
D | txrx.h | 40 return INDIRECT_CALL_2(func, mlx5_real_time_cyc2time, mlx5_timecounter_cyc2time, in mlx5e_cqe_ts_to_ns()
|
D | ptp.c | 272 busy |= INDIRECT_CALL_2(rq->post_wqes, in mlx5e_ptp_napi_poll()
|
/Linux-v6.6/net/ipv6/ |
D | ip6_input.c | 438 ret = INDIRECT_CALL_2(ipprot->handler, tcp_v6_rcv, udpv6_rcv, in ip6_protocol_deliver_rcu()
|
D | ip6_offload.c | 28 #define INDIRECT_CALL_L4(f, f2, f1, ...) INDIRECT_CALL_2(f, f2, f1, __VA_ARGS__)
|
D | af_inet6.c | 655 return INDIRECT_CALL_2(prot->sendmsg, tcp_sendmsg, udpv6_sendmsg, in inet6_sendmsg() 674 err = INDIRECT_CALL_2(prot->recvmsg, tcp_recvmsg, udpv6_recvmsg, in inet6_recvmsg()
|
/Linux-v6.6/net/ipv4/ |
D | af_inet.c | 846 return INDIRECT_CALL_2(sk->sk_prot->sendmsg, tcp_sendmsg, udp_sendmsg, in inet_sendmsg() 878 err = INDIRECT_CALL_2(sk->sk_prot->recvmsg, tcp_recvmsg, udp_recvmsg, in inet_recvmsg() 1660 err = INDIRECT_CALL_2(ops->callbacks.gro_complete, in inet_gro_complete()
|
D | ip_input.c | 205 ret = INDIRECT_CALL_2(ipprot->handler, tcp_v4_rcv, udp_rcv, in ip_protocol_deliver_rcu()
|
D | inet_hashtables.c | 367 phash = INDIRECT_CALL_2(ehashfn, udp_ehashfn, inet_ehashfn, in inet_lookup_reuseport()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx4/ |
D | en_tx.c | 493 last_nr_txbb = INDIRECT_CALL_2(ring->free_tx_desc, in mlx4_en_process_tx_cq()
|
/Linux-v6.6/io_uring/ |
D | io_uring.c | 1200 INDIRECT_CALL_2(req->io_task_work.func, in handle_tw_list() 1429 INDIRECT_CALL_2(req->io_task_work.func, in __io_run_local_work()
|
/Linux-v6.6/net/netfilter/ipvs/ |
D | ip_vs_core.c | 73 INDIRECT_CALL_2(f, tcp_snat_handler, udp_snat_handler, __VA_ARGS__)
|
/Linux-v6.6/net/core/ |
D | skbuff.c | 3089 ret = INDIRECT_CALL_2(sendmsg, sendmsg_locked, in __skb_send_sock() 3131 ret = INDIRECT_CALL_2(sendmsg, sendmsg_locked, in __skb_send_sock()
|