Searched refs:INDIRECT_CALLABLE_DECLARE (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | indirect_call_wrapper.h | 27 #define INDIRECT_CALLABLE_DECLARE(f) f macro 33 #define INDIRECT_CALLABLE_DECLARE(f) macro
|
| /Linux-v5.4/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 *)); 305 INDIRECT_CALLABLE_DECLARE(int udp_v4_early_demux(struct sk_buff *)); 306 INDIRECT_CALLABLE_DECLARE(int tcp_v4_early_demux(struct sk_buff *));
|
| D | af_inet.c | 826 INDIRECT_CALLABLE_DECLARE(int udp_recvmsg(struct sock *, struct msghdr *, 1403 INDIRECT_CALLABLE_DECLARE(struct sk_buff *tcp4_gro_receive(struct list_head *, 1405 INDIRECT_CALLABLE_DECLARE(struct sk_buff *udp4_gro_receive(struct list_head *, 1579 INDIRECT_CALLABLE_DECLARE(int tcp4_gro_complete(struct sk_buff *, int)); 1580 INDIRECT_CALLABLE_DECLARE(int udp4_gro_complete(struct sk_buff *, int));
|
| D | udp_offload.c | 404 INDIRECT_CALLABLE_DECLARE(struct sock *udp6_lib_lookup_skb(struct sk_buff *skb,
|
| /Linux-v5.4/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 *)); 331 INDIRECT_CALLABLE_DECLARE(int udpv6_rcv(struct sk_buff *)); 332 INDIRECT_CALLABLE_DECLARE(int tcp_v6_rcv(struct sk_buff *));
|
| D | ip6_offload.c | 180 INDIRECT_CALLABLE_DECLARE(struct sk_buff *tcp6_gro_receive(struct list_head *, 182 INDIRECT_CALLABLE_DECLARE(struct sk_buff *udp6_gro_receive(struct list_head *, 322 INDIRECT_CALLABLE_DECLARE(int tcp6_gro_complete(struct sk_buff *, int)); 323 INDIRECT_CALLABLE_DECLARE(int udp6_gro_complete(struct sk_buff *, int));
|
| D | af_inet6.c | 567 INDIRECT_CALLABLE_DECLARE(int udpv6_sendmsg(struct sock *, struct msghdr *, 580 INDIRECT_CALLABLE_DECLARE(int udpv6_recvmsg(struct sock *, struct msghdr *,
|
| /Linux-v5.4/net/ |
| D | socket.c | 631 INDIRECT_CALLABLE_DECLARE(int inet_sendmsg(struct socket *, struct msghdr *, 633 INDIRECT_CALLABLE_DECLARE(int inet6_sendmsg(struct socket *, struct msghdr *, 864 INDIRECT_CALLABLE_DECLARE(int inet_recvmsg(struct socket *, struct msghdr *, 866 INDIRECT_CALLABLE_DECLARE(int inet6_recvmsg(struct socket *, struct msghdr *,
|
| /Linux-v5.4/net/netfilter/ipvs/ |
| D | ip_vs_core.c | 72 INDIRECT_CALLABLE_DECLARE(int 78 INDIRECT_CALLABLE_DECLARE(int
|
| /Linux-v5.4/net/core/ |
| D | dev.c | 5273 INDIRECT_CALLABLE_DECLARE(int inet_gro_complete(struct sk_buff *, int)); 5274 INDIRECT_CALLABLE_DECLARE(int ipv6_gro_complete(struct sk_buff *, int)); 5443 INDIRECT_CALLABLE_DECLARE(struct sk_buff *inet_gro_receive(struct list_head *, 5445 INDIRECT_CALLABLE_DECLARE(struct sk_buff *ipv6_gro_receive(struct list_head *,
|