/openbmc/linux/include/net/ |
H A 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,
|
H A D | gro.h | 395 INDIRECT_CALLABLE_DECLARE(struct sk_buff *ipv6_gro_receive(struct list_head *, 397 INDIRECT_CALLABLE_DECLARE(int ipv6_gro_complete(struct sk_buff *, int)); 398 INDIRECT_CALLABLE_DECLARE(struct sk_buff *inet_gro_receive(struct list_head *, 400 INDIRECT_CALLABLE_DECLARE(int inet_gro_complete(struct sk_buff *, int)); 402 INDIRECT_CALLABLE_DECLARE(struct sk_buff *udp4_gro_receive(struct list_head *, 404 INDIRECT_CALLABLE_DECLARE(int udp4_gro_complete(struct sk_buff *, int)); 406 INDIRECT_CALLABLE_DECLARE(struct sk_buff *udp6_gro_receive(struct list_head *, 408 INDIRECT_CALLABLE_DECLARE(int udp6_gro_complete(struct sk_buff *, int));
|
H A D | dst.h | 212 INDIRECT_CALLABLE_DECLARE(unsigned int ip6_mtu(const struct dst_entry *)); 213 INDIRECT_CALLABLE_DECLARE(unsigned int ipv4_mtu(const struct dst_entry *)); 460 INDIRECT_CALLABLE_DECLARE(int ip6_output(struct net *, struct sock *, 462 INDIRECT_CALLABLE_DECLARE(int ip_output(struct net *, struct sock *, 472 INDIRECT_CALLABLE_DECLARE(int ip6_input(struct sk_buff *)); 473 INDIRECT_CALLABLE_DECLARE(int ip_local_deliver(struct sk_buff *)); 481 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ip6_dst_check(struct dst_entry *, 483 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,
|
H A D | ip6_fib.h | 551 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_output(struct net *net, 556 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_input(struct net *net, 561 INDIRECT_CALLABLE_DECLARE(struct rt6_info *__ip6_route_redirect(struct net *net, 566 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_lookup(struct net *net,
|
H A D | tc_wrapper.h | 21 INDIRECT_CALLABLE_DECLARE(int fname(struct sk_buff *skb, \ 143 INDIRECT_CALLABLE_DECLARE(int fname(struct sk_buff *skb, \
|
H A D | inet6_hashtables.h | 57 INDIRECT_CALLABLE_DECLARE(inet6_ehashfn_t udp6_ehashfn);
|
H A D | tcp.h | 962 INDIRECT_CALLABLE_DECLARE(void tcp_v6_send_check(struct sock *sk, struct sk_buff *skb)); 963 INDIRECT_CALLABLE_DECLARE(int tcp_v6_rcv(struct sk_buff *skb)); 2105 INDIRECT_CALLABLE_DECLARE(int tcp4_gro_complete(struct sk_buff *skb, int thoff)); 2106 INDIRECT_CALLABLE_DECLARE(struct sk_buff *tcp4_gro_receive(struct list_head *head, struct sk_buff *… 2107 INDIRECT_CALLABLE_DECLARE(int tcp6_gro_complete(struct sk_buff *skb, int thoff)); 2108 INDIRECT_CALLABLE_DECLARE(struct sk_buff *tcp6_gro_receive(struct list_head *head, struct sk_buff *…
|
H A D | udp.h | 173 INDIRECT_CALLABLE_DECLARE(int udpv6_rcv(struct sk_buff *));
|
H A D | inet_hashtables.h | 388 INDIRECT_CALLABLE_DECLARE(inet_ehashfn_t udp_ehashfn);
|
H A D | sock.h | 1115 INDIRECT_CALLABLE_DECLARE(int tcp_v4_do_rcv(struct sock *sk, struct sk_buff *skb)); 1116 INDIRECT_CALLABLE_DECLARE(int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb)); 1378 INDIRECT_CALLABLE_DECLARE(bool tcp_stream_memory_free(const struct sock *sk, int wake));
|
H A D | ip_vs.h | 1859 INDIRECT_CALLABLE_DECLARE(int 1865 INDIRECT_CALLABLE_DECLARE(int
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | xdp.h | 116 INDIRECT_CALLABLE_DECLARE(bool mlx5e_xmit_xdp_frame_mpwqe(struct mlx5e_xdpsq *sq, 119 INDIRECT_CALLABLE_DECLARE(bool mlx5e_xmit_xdp_frame(struct mlx5e_xdpsq *sq, 122 INDIRECT_CALLABLE_DECLARE(int mlx5e_xmit_xdp_frame_check_mpwqe(struct mlx5e_xdpsq *sq)); 123 INDIRECT_CALLABLE_DECLARE(int mlx5e_xmit_xdp_frame_check(struct mlx5e_xdpsq *sq));
|
H A D | txrx.h | 68 INDIRECT_CALLABLE_DECLARE(bool mlx5e_post_rx_wqes(struct mlx5e_rq *rq)); 69 INDIRECT_CALLABLE_DECLARE(bool mlx5e_post_rx_mpwqes(struct mlx5e_rq *rq));
|
/openbmc/linux/include/linux/ |
H A D | indirect_call_wrapper.h | 37 #define INDIRECT_CALLABLE_DECLARE(f) f macro 46 #define INDIRECT_CALLABLE_DECLARE(f) macro
|
/openbmc/linux/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 | 1235 INDIRECT_CALLABLE_DECLARE(int ip_queue_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl)… 1236 INDIRECT_CALLABLE_DECLARE(int inet6_csk_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl… 1237 INDIRECT_CALLABLE_DECLARE(void tcp_v4_send_check(struct sock *sk, struct sk_buff *skb));
|
H A D | af_inet.c | 870 INDIRECT_CALLABLE_DECLARE(int udp_recvmsg(struct sock *, struct msghdr *,
|
H A D | tcp_ipv4.c | 1703 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_input.c | 358 INDIRECT_CALLABLE_DECLARE(int tcp_v6_rcv(struct sk_buff *));
|
H A D | af_inet6.c | 645 INDIRECT_CALLABLE_DECLARE(int udpv6_sendmsg(struct sock *, struct msghdr *, 661 INDIRECT_CALLABLE_DECLARE(int udpv6_recvmsg(struct sock *, struct msghdr *,
|
H A D | tcp_ipv6.c | 1412 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,
|
/openbmc/linux/net/ |
H A D | socket.c | 717 INDIRECT_CALLABLE_DECLARE(int inet_sendmsg(struct socket *, struct msghdr *, 719 INDIRECT_CALLABLE_DECLARE(int inet6_sendmsg(struct socket *, struct msghdr *, 1033 INDIRECT_CALLABLE_DECLARE(int inet_recvmsg(struct socket *, struct msghdr *, 1035 INDIRECT_CALLABLE_DECLARE(int inet6_recvmsg(struct socket *, struct msghdr *, 2357 INDIRECT_CALLABLE_DECLARE(bool tcp_bpf_bypass_getsockopt(int level,
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_tx.c | 270 INDIRECT_CALLABLE_DECLARE(u32 mlx4_en_free_tx_desc(struct mlx4_en_priv *priv, 342 INDIRECT_CALLABLE_DECLARE(u32 mlx4_en_recycle_tx_desc(struct mlx4_en_priv *priv,
|
/openbmc/linux/net/core/ |
H A D | datagram.c | 401 INDIRECT_CALLABLE_DECLARE(static size_t simple_copy_to_iter(const void *addr,
|
H A D | sock.c | 593 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ip6_dst_check(struct dst_entry *, 595 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,
|