Home
last modified time | relevance | path

Searched refs:INDIRECT_CALLABLE_DECLARE (Results 1 – 22 of 22) sorted by relevance

/linux/include/net/
A Dgro.h11 INDIRECT_CALLABLE_DECLARE(struct sk_buff *ipv6_gro_receive(struct list_head *,
13 INDIRECT_CALLABLE_DECLARE(int ipv6_gro_complete(struct sk_buff *, int));
14 INDIRECT_CALLABLE_DECLARE(struct sk_buff *inet_gro_receive(struct list_head *,
16 INDIRECT_CALLABLE_DECLARE(int inet_gro_complete(struct sk_buff *, int));
A Dfib_rules.h208 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,
223 INDIRECT_CALLABLE_DECLARE(bool fib4_rule_suppress(struct fib_rule *rule,
A Ddst.h197 INDIRECT_CALLABLE_DECLARE(unsigned int ip6_mtu(const struct dst_entry *));
198 INDIRECT_CALLABLE_DECLARE(unsigned int ipv4_mtu(const struct dst_entry *));
443 INDIRECT_CALLABLE_DECLARE(int ip6_output(struct net *, struct sock *,
445 INDIRECT_CALLABLE_DECLARE(int ip_output(struct net *, struct sock *,
455 INDIRECT_CALLABLE_DECLARE(int ip6_input(struct sk_buff *));
456 INDIRECT_CALLABLE_DECLARE(int ip_local_deliver(struct sk_buff *));
464 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ip6_dst_check(struct dst_entry *,
466 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,
A Dudp.h170 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));
176 INDIRECT_CALLABLE_DECLARE(void udp_v6_early_demux(struct sk_buff *));
177 INDIRECT_CALLABLE_DECLARE(int udpv6_rcv(struct sk_buff *));
A Dip6_fib.h553 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_output(struct net *net,
558 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_input(struct net *net,
563 INDIRECT_CALLABLE_DECLARE(struct rt6_info *__ip6_route_redirect(struct net *net,
568 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_lookup(struct net *net,
A Dtcp.h931 INDIRECT_CALLABLE_DECLARE(void tcp_v6_send_check(struct sock *sk, struct sk_buff *skb));
932 INDIRECT_CALLABLE_DECLARE(int tcp_v6_rcv(struct sk_buff *skb));
933 INDIRECT_CALLABLE_DECLARE(void tcp_v6_early_demux(struct sk_buff *skb));
1990 INDIRECT_CALLABLE_DECLARE(int tcp4_gro_complete(struct sk_buff *skb, int thoff));
1991 INDIRECT_CALLABLE_DECLARE(struct sk_buff *tcp4_gro_receive(struct list_head *head, struct sk_buff *…
1992 INDIRECT_CALLABLE_DECLARE(int tcp6_gro_complete(struct sk_buff *skb, int thoff));
1993 INDIRECT_CALLABLE_DECLARE(struct sk_buff *tcp6_gro_receive(struct list_head *head, struct sk_buff *…
A Dip_vs.h1727 INDIRECT_CALLABLE_DECLARE(int
1733 INDIRECT_CALLABLE_DECLARE(int
A Dsock.h1298 INDIRECT_CALLABLE_DECLARE(bool tcp_stream_memory_free(const struct sock *sk, int wake));
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dxdp.h60 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));
A Dtxrx.h64 INDIRECT_CALLABLE_DECLARE(bool mlx5e_post_rx_wqes(struct mlx5e_rq *rq));
65 INDIRECT_CALLABLE_DECLARE(bool mlx5e_post_rx_mpwqes(struct mlx5e_rq *rq));
/linux/include/linux/
A Dindirect_call_wrapper.h37 #define INDIRECT_CALLABLE_DECLARE(f) f macro
46 #define INDIRECT_CALLABLE_DECLARE(f) macro
/linux/net/ipv4/
A Dip_input.c185 INDIRECT_CALLABLE_DECLARE(int udp_rcv(struct sk_buff *));
186 INDIRECT_CALLABLE_DECLARE(int tcp_v4_rcv(struct sk_buff *));
313 INDIRECT_CALLABLE_DECLARE(int udp_v4_early_demux(struct sk_buff *));
314 INDIRECT_CALLABLE_DECLARE(int tcp_v4_early_demux(struct sk_buff *));
A Dtcp_output.c1222 INDIRECT_CALLABLE_DECLARE(int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl)…
1223 INDIRECT_CALLABLE_DECLARE(int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl…
1224 INDIRECT_CALLABLE_DECLARE(void tcp_v4_send_check(struct sock *sk, struct sk_buff *skb));
A Daf_inet.c838 INDIRECT_CALLABLE_DECLARE(int udp_recvmsg(struct sock *, struct msghdr *,
A Dtcp_ipv4.c1689 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,
/linux/net/ipv6/
A Dip6_input.c48 INDIRECT_CALLABLE_DECLARE(void tcp_v6_early_demux(struct sk_buff *));
345 INDIRECT_CALLABLE_DECLARE(int tcp_v6_rcv(struct sk_buff *));
A Daf_inet6.c635 INDIRECT_CALLABLE_DECLARE(int udpv6_sendmsg(struct sock *, struct msghdr *,
648 INDIRECT_CALLABLE_DECLARE(int udpv6_recvmsg(struct sock *, struct msghdr *,
A Dtcp_ipv6.c1459 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,
/linux/net/
A Dsocket.c698 INDIRECT_CALLABLE_DECLARE(int inet_sendmsg(struct socket *, struct msghdr *,
700 INDIRECT_CALLABLE_DECLARE(int inet6_sendmsg(struct socket *, struct msghdr *,
937 INDIRECT_CALLABLE_DECLARE(int inet_recvmsg(struct socket *, struct msghdr *,
939 INDIRECT_CALLABLE_DECLARE(int inet6_recvmsg(struct socket *, struct msghdr *,
2190 INDIRECT_CALLABLE_DECLARE(bool tcp_bpf_bypass_getsockopt(int level,
/linux/drivers/net/ethernet/mellanox/mlx4/
A Den_tx.c266 INDIRECT_CALLABLE_DECLARE(u32 mlx4_en_free_tx_desc(struct mlx4_en_priv *priv,
338 INDIRECT_CALLABLE_DECLARE(u32 mlx4_en_recycle_tx_desc(struct mlx4_en_priv *priv,
/linux/net/core/
A Ddatagram.c407 INDIRECT_CALLABLE_DECLARE(static size_t simple_copy_to_iter(const void *addr,
A Dsock.c561 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ip6_dst_check(struct dst_entry *,
563 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,

Completed in 67 milliseconds