Searched refs:INDIRECT_CALL_2 (Results 1 – 14 of 14) sorted by relevance
/linux/include/linux/ |
H A 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/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
H A D | tx.c | 75 int check_result = INDIRECT_CALL_2(sq->xmit_xdp_frame_check, in mlx5e_xsk_tx() 104 ret = INDIRECT_CALL_2(sq->xmit_xdp_frame, mlx5e_xmit_xdp_frame_mpwqe, in mlx5e_xsk_tx()
|
/linux/include/net/ |
H A D | inet_common.h | 81 INDIRECT_CALL_2(cb, f2, f1, head, skb); \
|
/linux/net/ipv6/ |
H A D | ip6_offload.c | 28 #define INDIRECT_CALL_L4(f, f2, f1, ...) INDIRECT_CALL_2(f, f2, f1, __VA_ARGS__)
|
H A D | ip6_input.c | 436 ret = INDIRECT_CALL_2(ipprot->handler, tcp_v6_rcv, udpv6_rcv, in ip6_protocol_deliver_rcu()
|
H A D | af_inet6.c | 659 return INDIRECT_CALL_2(prot->sendmsg, tcp_sendmsg, udpv6_sendmsg, in inet6_sendmsg() 678 err = INDIRECT_CALL_2(prot->recvmsg, tcp_recvmsg, udpv6_recvmsg, in inet6_recvmsg()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | txrx.h | 61 return INDIRECT_CALL_2(func, mlx5_real_time_cyc2time, mlx5_timecounter_cyc2time, in mlx5e_cqe_ts_to_ns()
|
H A D | ptp.c | 285 busy |= INDIRECT_CALL_2(rq->post_wqes, in mlx5e_ptp_napi_poll()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_rx.c | 1879 skb = INDIRECT_CALL_2(rq->wqe.skb_from_cqe, in mlx5e_handle_rx_cqe_rep() 1932 skb = INDIRECT_CALL_2(rq->mpwqe.skb_from_cqe_mpwrq, in mlx5e_handle_rx_cqe_mpwrq_rep() 2648 skb = INDIRECT_CALL_2(rq->wqe.skb_from_cqe, in mlx5i_handle_rx_cqe()
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_tx.c | 493 last_nr_txbb = INDIRECT_CALL_2(ring->free_tx_desc, in mlx4_en_process_tx_cq()
|
/linux/net/ipv4/ |
H A D | inet_hashtables.c | 361 phash = INDIRECT_CALL_2(ehashfn, udp_ehashfn, inet_ehashfn, in inet_lookup_reuseport()
|
/linux/io_uring/ |
H A D | io_uring.c | 1059 INDIRECT_CALL_2(req->io_task_work.func, in io_handle_tw_list() 1288 INDIRECT_CALL_2(req->io_task_work.func, in __io_run_local_work_loop()
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_core.c | 73 INDIRECT_CALL_2(f, tcp_snat_handler, udp_snat_handler, __VA_ARGS__)
|
/linux/net/core/ |
H A D | skbuff.c | 3201 ret = INDIRECT_CALL_2(sendmsg, sendmsg_locked, in __skb_send_sock() 3243 ret = INDIRECT_CALL_2(sendmsg, sendmsg_locked, in __skb_send_sock()
|