Searched refs:INDIRECT_CALLABLE_DECLARE (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | fib_rules.h | 215 INDIRECT_CALLABLE_DECLARE(int fib6_rule_match(struct fib_rule *rule, 217 INDIRECT_CALLABLE_DECLARE(int fib4_rule_match(struct fib_rule *rule, 220 INDIRECT_CALLABLE_DECLARE(int fib6_rule_action(struct fib_rule *rule, 223 INDIRECT_CALLABLE_DECLARE(int fib4_rule_action(struct fib_rule *rule, 227 INDIRECT_CALLABLE_DECLARE(bool fib6_rule_suppress(struct fib_rule *rule, 230 INDIRECT_CALLABLE_DECLARE(bool fib4_rule_suppress(struct fib_rule *rule,
|
| H A D | ip6_fib.h | 566 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_output(struct net *net, 571 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_input(struct net *net, 576 INDIRECT_CALLABLE_DECLARE(struct rt6_info *__ip6_route_redirect(struct net *net, 581 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_lookup(struct net *net,
|
| H A 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));
|
| H A D | tcp.h | 946 INDIRECT_CALLABLE_DECLARE(void tcp_v6_send_check(struct sock *sk, struct sk_buff *skb)); 947 INDIRECT_CALLABLE_DECLARE(int tcp_v6_rcv(struct sk_buff *skb)); 1973 INDIRECT_CALLABLE_DECLARE(int tcp4_gro_complete(struct sk_buff *skb, int thoff)); 1974 INDIRECT_CALLABLE_DECLARE(struct sk_buff *tcp4_gro_receive(struct list_head *head, struct sk_buff *… 1975 INDIRECT_CALLABLE_DECLARE(int tcp6_gro_complete(struct sk_buff *skb, int thoff)); 1976 INDIRECT_CALLABLE_DECLARE(struct sk_buff *tcp6_gro_receive(struct list_head *head, struct sk_buff *…
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A 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));
|
| H A 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));
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | indirect_call_wrapper.h | 37 #define INDIRECT_CALLABLE_DECLARE(f) f macro 45 #define INDIRECT_CALLABLE_DECLARE(f) macro
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ip6_input.c | 349 INDIRECT_CALLABLE_DECLARE(int udpv6_rcv(struct sk_buff *)); 350 INDIRECT_CALLABLE_DECLARE(int tcp_v6_rcv(struct sk_buff *));
|
| H A D | af_inet6.c | 631 INDIRECT_CALLABLE_DECLARE(int udpv6_sendmsg(struct sock *, struct msghdr *, 644 INDIRECT_CALLABLE_DECLARE(int udpv6_recvmsg(struct sock *, struct msghdr *,
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A 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 *));
|
| H A D | tcp_output.c | 1222 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));
|
| H A D | af_inet.c | 840 INDIRECT_CALLABLE_DECLARE(int udp_recvmsg(struct sock *, struct msghdr *,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A 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,
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | datagram.c | 407 INDIRECT_CALLABLE_DECLARE(static size_t simple_copy_to_iter(const void *addr,
|
| H A D | dev.c | 5789 INDIRECT_CALLABLE_DECLARE(int inet_gro_complete(struct sk_buff *, int)); 5790 INDIRECT_CALLABLE_DECLARE(int ipv6_gro_complete(struct sk_buff *, int)); 5973 INDIRECT_CALLABLE_DECLARE(struct sk_buff *inet_gro_receive(struct list_head *, 5975 INDIRECT_CALLABLE_DECLARE(struct sk_buff *ipv6_gro_receive(struct list_head *,
|
| /OK3568_Linux_fs/kernel/net/ |
| H A D | socket.c | 646 INDIRECT_CALLABLE_DECLARE(int inet_sendmsg(struct socket *, struct msghdr *, 648 INDIRECT_CALLABLE_DECLARE(int inet6_sendmsg(struct socket *, struct msghdr *, 879 INDIRECT_CALLABLE_DECLARE(int inet_recvmsg(struct socket *, struct msghdr *, 881 INDIRECT_CALLABLE_DECLARE(int inet6_recvmsg(struct socket *, struct msghdr *,
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | ip_vs_core.c | 72 INDIRECT_CALLABLE_DECLARE(int 78 INDIRECT_CALLABLE_DECLARE(int
|