Searched refs:INDIRECT_CALLABLE_DECLARE (Results 1 – 17 of 17) sorted by relevance
| /Linux-v5.10/include/net/ |
| D | fib_rules.h | 208 INDIRECT_CALLABLE_DECLARE(int fib6_rule_match(struct fib_rule *rule, 210 INDIRECT_CALLABLE_DECLARE(int fib4_rule_match(struct fib_rule *rule, 213 INDIRECT_CALLABLE_DECLARE(int fib6_rule_action(struct fib_rule *rule, 216 INDIRECT_CALLABLE_DECLARE(int fib4_rule_action(struct fib_rule *rule, 220 INDIRECT_CALLABLE_DECLARE(bool fib6_rule_suppress(struct fib_rule *rule, 222 INDIRECT_CALLABLE_DECLARE(bool fib4_rule_suppress(struct fib_rule *rule,
|
| D | ip6_fib.h | 556 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_output(struct net *net, 561 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_input(struct net *net, 566 INDIRECT_CALLABLE_DECLARE(struct rt6_info *__ip6_route_redirect(struct net *net, 571 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_lookup(struct net *net,
|
| D | udp.h | 170 INDIRECT_CALLABLE_DECLARE(struct sk_buff *udp4_gro_receive(struct list_head *, 172 INDIRECT_CALLABLE_DECLARE(int udp4_gro_complete(struct sk_buff *, int)); 173 INDIRECT_CALLABLE_DECLARE(struct sk_buff *udp6_gro_receive(struct list_head *, 175 INDIRECT_CALLABLE_DECLARE(int udp6_gro_complete(struct sk_buff *, int));
|
| D | tcp.h | 939 INDIRECT_CALLABLE_DECLARE(void tcp_v6_send_check(struct sock *sk, struct sk_buff *skb)); 940 INDIRECT_CALLABLE_DECLARE(int tcp_v6_rcv(struct sk_buff *skb)); 941 INDIRECT_CALLABLE_DECLARE(void tcp_v6_early_demux(struct sk_buff *skb)); 1954 INDIRECT_CALLABLE_DECLARE(int tcp4_gro_complete(struct sk_buff *skb, int thoff)); 1955 INDIRECT_CALLABLE_DECLARE(struct sk_buff *tcp4_gro_receive(struct list_head *head, struct sk_buff *… 1956 INDIRECT_CALLABLE_DECLARE(int tcp6_gro_complete(struct sk_buff *skb, int thoff)); 1957 INDIRECT_CALLABLE_DECLARE(struct sk_buff *tcp6_gro_receive(struct list_head *head, struct sk_buff *…
|
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | xdp.h | 60 INDIRECT_CALLABLE_DECLARE(bool mlx5e_xmit_xdp_frame_mpwqe(struct mlx5e_xdpsq *sq, 64 INDIRECT_CALLABLE_DECLARE(bool mlx5e_xmit_xdp_frame(struct mlx5e_xdpsq *sq, 68 INDIRECT_CALLABLE_DECLARE(int mlx5e_xmit_xdp_frame_check_mpwqe(struct mlx5e_xdpsq *sq)); 69 INDIRECT_CALLABLE_DECLARE(int mlx5e_xmit_xdp_frame_check(struct mlx5e_xdpsq *sq));
|
| D | txrx.h | 54 INDIRECT_CALLABLE_DECLARE(bool mlx5e_post_rx_wqes(struct mlx5e_rq *rq)); 55 INDIRECT_CALLABLE_DECLARE(bool mlx5e_post_rx_mpwqes(struct mlx5e_rq *rq));
|
| /Linux-v5.10/include/linux/ |
| D | indirect_call_wrapper.h | 37 #define INDIRECT_CALLABLE_DECLARE(f) f macro 45 #define INDIRECT_CALLABLE_DECLARE(f) macro
|
| /Linux-v5.10/net/ipv4/ |
| D | ip_input.c | 185 INDIRECT_CALLABLE_DECLARE(int udp_rcv(struct sk_buff *)); 186 INDIRECT_CALLABLE_DECLARE(int tcp_v4_rcv(struct sk_buff *)); 312 INDIRECT_CALLABLE_DECLARE(int udp_v4_early_demux(struct sk_buff *)); 313 INDIRECT_CALLABLE_DECLARE(int tcp_v4_early_demux(struct sk_buff *));
|
| D | tcp_output.c | 1224 INDIRECT_CALLABLE_DECLARE(int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl)… 1225 INDIRECT_CALLABLE_DECLARE(int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl… 1226 INDIRECT_CALLABLE_DECLARE(void tcp_v4_send_check(struct sock *sk, struct sk_buff *skb));
|
| D | af_inet.c | 836 INDIRECT_CALLABLE_DECLARE(int udp_recvmsg(struct sock *, struct msghdr *,
|
| /Linux-v5.10/net/ipv6/ |
| D | ip6_input.c | 47 INDIRECT_CALLABLE_DECLARE(void udp_v6_early_demux(struct sk_buff *)); 48 INDIRECT_CALLABLE_DECLARE(void tcp_v6_early_demux(struct sk_buff *)); 355 INDIRECT_CALLABLE_DECLARE(int udpv6_rcv(struct sk_buff *)); 356 INDIRECT_CALLABLE_DECLARE(int tcp_v6_rcv(struct sk_buff *));
|
| D | af_inet6.c | 629 INDIRECT_CALLABLE_DECLARE(int udpv6_sendmsg(struct sock *, struct msghdr *, 642 INDIRECT_CALLABLE_DECLARE(int udpv6_recvmsg(struct sock *, struct msghdr *,
|
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx4/ |
| D | en_tx.c | 265 INDIRECT_CALLABLE_DECLARE(u32 mlx4_en_free_tx_desc(struct mlx4_en_priv *priv, 337 INDIRECT_CALLABLE_DECLARE(u32 mlx4_en_recycle_tx_desc(struct mlx4_en_priv *priv,
|
| /Linux-v5.10/net/core/ |
| D | datagram.c | 407 INDIRECT_CALLABLE_DECLARE(static size_t simple_copy_to_iter(const void *addr,
|
| D | dev.c | 5733 INDIRECT_CALLABLE_DECLARE(int inet_gro_complete(struct sk_buff *, int)); 5734 INDIRECT_CALLABLE_DECLARE(int ipv6_gro_complete(struct sk_buff *, int)); 5903 INDIRECT_CALLABLE_DECLARE(struct sk_buff *inet_gro_receive(struct list_head *, 5905 INDIRECT_CALLABLE_DECLARE(struct sk_buff *ipv6_gro_receive(struct list_head *,
|
| /Linux-v5.10/net/ |
| D | socket.c | 645 INDIRECT_CALLABLE_DECLARE(int inet_sendmsg(struct socket *, struct msghdr *, 647 INDIRECT_CALLABLE_DECLARE(int inet6_sendmsg(struct socket *, struct msghdr *, 878 INDIRECT_CALLABLE_DECLARE(int inet_recvmsg(struct socket *, struct msghdr *, 880 INDIRECT_CALLABLE_DECLARE(int inet6_recvmsg(struct socket *, struct msghdr *,
|
| /Linux-v5.10/net/netfilter/ipvs/ |
| D | ip_vs_core.c | 72 INDIRECT_CALLABLE_DECLARE(int 78 INDIRECT_CALLABLE_DECLARE(int
|