Searched refs:INDIRECT_CALLABLE_DECLARE (Results 1 – 22 of 22) sorted by relevance
| /Linux-v6.1/include/net/ |
| D | fib_rules.h | 187 INDIRECT_CALLABLE_DECLARE(int fib6_rule_match(struct fib_rule *rule, 189 INDIRECT_CALLABLE_DECLARE(int fib4_rule_match(struct fib_rule *rule, 192 INDIRECT_CALLABLE_DECLARE(int fib6_rule_action(struct fib_rule *rule, 195 INDIRECT_CALLABLE_DECLARE(int fib4_rule_action(struct fib_rule *rule, 199 INDIRECT_CALLABLE_DECLARE(bool fib6_rule_suppress(struct fib_rule *rule, 202 INDIRECT_CALLABLE_DECLARE(bool fib4_rule_suppress(struct fib_rule *rule,
|
| D | gro.h | 380 INDIRECT_CALLABLE_DECLARE(struct sk_buff *ipv6_gro_receive(struct list_head *, 382 INDIRECT_CALLABLE_DECLARE(int ipv6_gro_complete(struct sk_buff *, int)); 383 INDIRECT_CALLABLE_DECLARE(struct sk_buff *inet_gro_receive(struct list_head *, 385 INDIRECT_CALLABLE_DECLARE(int inet_gro_complete(struct sk_buff *, int)); 387 INDIRECT_CALLABLE_DECLARE(struct sk_buff *udp4_gro_receive(struct list_head *, 389 INDIRECT_CALLABLE_DECLARE(int udp4_gro_complete(struct sk_buff *, int)); 391 INDIRECT_CALLABLE_DECLARE(struct sk_buff *udp6_gro_receive(struct list_head *, 393 INDIRECT_CALLABLE_DECLARE(int udp6_gro_complete(struct sk_buff *, int));
|
| D | dst.h | 198 INDIRECT_CALLABLE_DECLARE(unsigned int ip6_mtu(const struct dst_entry *)); 199 INDIRECT_CALLABLE_DECLARE(unsigned int ipv4_mtu(const struct dst_entry *)); 438 INDIRECT_CALLABLE_DECLARE(int ip6_output(struct net *, struct sock *, 440 INDIRECT_CALLABLE_DECLARE(int ip_output(struct net *, struct sock *, 450 INDIRECT_CALLABLE_DECLARE(int ip6_input(struct sk_buff *)); 451 INDIRECT_CALLABLE_DECLARE(int ip_local_deliver(struct sk_buff *)); 459 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ip6_dst_check(struct dst_entry *, 461 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,
|
| D | ip6_fib.h | 555 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_output(struct net *net, 560 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_input(struct net *net, 565 INDIRECT_CALLABLE_DECLARE(struct rt6_info *__ip6_route_redirect(struct net *net, 570 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_lookup(struct net *net,
|
| 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)); 2035 INDIRECT_CALLABLE_DECLARE(int tcp4_gro_complete(struct sk_buff *skb, int thoff)); 2036 INDIRECT_CALLABLE_DECLARE(struct sk_buff *tcp4_gro_receive(struct list_head *head, struct sk_buff *… 2037 INDIRECT_CALLABLE_DECLARE(int tcp6_gro_complete(struct sk_buff *skb, int thoff)); 2038 INDIRECT_CALLABLE_DECLARE(struct sk_buff *tcp6_gro_receive(struct list_head *head, struct sk_buff *…
|
| D | udp.h | 172 INDIRECT_CALLABLE_DECLARE(int udpv6_rcv(struct sk_buff *));
|
| D | ip_vs.h | 1727 INDIRECT_CALLABLE_DECLARE(int 1733 INDIRECT_CALLABLE_DECLARE(int
|
| D | sock.h | 1101 INDIRECT_CALLABLE_DECLARE(int tcp_v4_do_rcv(struct sock *sk, struct sk_buff *skb)); 1102 INDIRECT_CALLABLE_DECLARE(int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb)); 1383 INDIRECT_CALLABLE_DECLARE(bool tcp_stream_memory_free(const struct sock *sk, int wake));
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | xdp.h | 59 INDIRECT_CALLABLE_DECLARE(bool mlx5e_xmit_xdp_frame_mpwqe(struct mlx5e_xdpsq *sq, 63 INDIRECT_CALLABLE_DECLARE(bool mlx5e_xmit_xdp_frame(struct mlx5e_xdpsq *sq, 67 INDIRECT_CALLABLE_DECLARE(int mlx5e_xmit_xdp_frame_check_mpwqe(struct mlx5e_xdpsq *sq)); 68 INDIRECT_CALLABLE_DECLARE(int mlx5e_xmit_xdp_frame_check(struct mlx5e_xdpsq *sq));
|
| D | txrx.h | 70 INDIRECT_CALLABLE_DECLARE(bool mlx5e_post_rx_wqes(struct mlx5e_rq *rq)); 71 INDIRECT_CALLABLE_DECLARE(bool mlx5e_post_rx_mpwqes(struct mlx5e_rq *rq));
|
| /Linux-v6.1/include/linux/ |
| D | indirect_call_wrapper.h | 37 #define INDIRECT_CALLABLE_DECLARE(f) f macro 46 #define INDIRECT_CALLABLE_DECLARE(f) macro
|
| /Linux-v6.1/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 *));
|
| 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));
|
| D | af_inet.c | 849 INDIRECT_CALLABLE_DECLARE(int udp_recvmsg(struct sock *, struct msghdr *,
|
| D | tcp_ipv4.c | 1639 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,
|
| /Linux-v6.1/net/ipv6/ |
| D | ip6_input.c | 357 INDIRECT_CALLABLE_DECLARE(int tcp_v6_rcv(struct sk_buff *));
|
| D | af_inet6.c | 653 INDIRECT_CALLABLE_DECLARE(int udpv6_sendmsg(struct sock *, struct msghdr *, 669 INDIRECT_CALLABLE_DECLARE(int udpv6_recvmsg(struct sock *, struct msghdr *,
|
| D | tcp_ipv6.c | 1422 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,
|
| /Linux-v6.1/net/ |
| D | socket.c | 708 INDIRECT_CALLABLE_DECLARE(int inet_sendmsg(struct socket *, struct msghdr *, 710 INDIRECT_CALLABLE_DECLARE(int inet6_sendmsg(struct socket *, struct msghdr *, 988 INDIRECT_CALLABLE_DECLARE(int inet_recvmsg(struct socket *, struct msghdr *, 990 INDIRECT_CALLABLE_DECLARE(int inet6_recvmsg(struct socket *, struct msghdr *, 2266 INDIRECT_CALLABLE_DECLARE(bool tcp_bpf_bypass_getsockopt(int level,
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx4/ |
| D | en_tx.c | 266 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-v6.1/net/core/ |
| D | datagram.c | 401 INDIRECT_CALLABLE_DECLARE(static size_t simple_copy_to_iter(const void *addr,
|
| D | sock.c | 585 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ip6_dst_check(struct dst_entry *, 587 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,
|