Searched refs:INDIRECT_CALLABLE_DECLARE (Results 1 – 13 of 13) sorted by relevance
| /include/net/ |
| A D | fib_rules.h | 207 INDIRECT_CALLABLE_DECLARE(int fib6_rule_match(struct fib_rule *rule, 209 INDIRECT_CALLABLE_DECLARE(int fib4_rule_match(struct fib_rule *rule, 212 INDIRECT_CALLABLE_DECLARE(int fib6_rule_action(struct fib_rule *rule, 215 INDIRECT_CALLABLE_DECLARE(int fib4_rule_action(struct fib_rule *rule, 219 INDIRECT_CALLABLE_DECLARE(bool fib6_rule_suppress(struct fib_rule *rule, 222 INDIRECT_CALLABLE_DECLARE(bool fib4_rule_suppress(struct fib_rule *rule,
|
| 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 *)); 454 INDIRECT_CALLABLE_DECLARE(int ip6_output(struct net *, struct sock *, 456 INDIRECT_CALLABLE_DECLARE(int ip_output(struct net *, struct sock *, 466 INDIRECT_CALLABLE_DECLARE(int ip6_input(struct sk_buff *)); 467 INDIRECT_CALLABLE_DECLARE(int ip_local_deliver(struct sk_buff *)); 475 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ip6_dst_check(struct dst_entry *, 477 INDIRECT_CALLABLE_DECLARE(struct dst_entry *ipv4_dst_check(struct dst_entry *,
|
| A D | gro.h | 400 INDIRECT_CALLABLE_DECLARE(struct sk_buff *ipv6_gro_receive(struct list_head *, 402 INDIRECT_CALLABLE_DECLARE(int ipv6_gro_complete(struct sk_buff *, int)); 403 INDIRECT_CALLABLE_DECLARE(struct sk_buff *inet_gro_receive(struct list_head *, 405 INDIRECT_CALLABLE_DECLARE(int inet_gro_complete(struct sk_buff *, int)); 407 INDIRECT_CALLABLE_DECLARE(struct sk_buff *udp4_gro_receive(struct list_head *, 409 INDIRECT_CALLABLE_DECLARE(int udp4_gro_complete(struct sk_buff *, int)); 411 INDIRECT_CALLABLE_DECLARE(struct sk_buff *udp6_gro_receive(struct list_head *, 413 INDIRECT_CALLABLE_DECLARE(int udp6_gro_complete(struct sk_buff *, int));
|
| A D | netkit.h | 13 INDIRECT_CALLABLE_DECLARE(struct net_device *netkit_peer_dev(struct net_device *dev));
|
| A D | tc_wrapper.h | 21 INDIRECT_CALLABLE_DECLARE(int fname(struct sk_buff *skb, \ 139 INDIRECT_CALLABLE_DECLARE(int fname(struct sk_buff *skb, \
|
| A D | ip6_fib.h | 590 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_output(struct net *net, 595 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_input(struct net *net, 600 INDIRECT_CALLABLE_DECLARE(struct rt6_info *__ip6_route_redirect(struct net *net, 605 INDIRECT_CALLABLE_DECLARE(struct rt6_info *ip6_pol_route_lookup(struct net *net,
|
| A D | inet6_hashtables.h | 57 INDIRECT_CALLABLE_DECLARE(inet6_ehashfn_t udp6_ehashfn);
|
| A D | tcp.h | 1091 INDIRECT_CALLABLE_DECLARE(void tcp_v6_send_check(struct sock *sk, struct sk_buff *skb)); 1092 INDIRECT_CALLABLE_DECLARE(int tcp_v6_rcv(struct sk_buff *skb)); 2269 INDIRECT_CALLABLE_DECLARE(int tcp4_gro_complete(struct sk_buff *skb, int thoff)); 2270 INDIRECT_CALLABLE_DECLARE(struct sk_buff *tcp4_gro_receive(struct list_head *head, struct sk_buff *… 2271 INDIRECT_CALLABLE_DECLARE(int tcp6_gro_complete(struct sk_buff *skb, int thoff)); 2272 INDIRECT_CALLABLE_DECLARE(struct sk_buff *tcp6_gro_receive(struct list_head *head, struct sk_buff *…
|
| A D | inet_hashtables.h | 372 INDIRECT_CALLABLE_DECLARE(inet_ehashfn_t udp_ehashfn);
|
| A D | udp.h | 282 INDIRECT_CALLABLE_DECLARE(int udpv6_rcv(struct sk_buff *));
|
| A D | sock.h | 1140 INDIRECT_CALLABLE_DECLARE(int tcp_v4_do_rcv(struct sock *sk, struct sk_buff *skb)); 1141 INDIRECT_CALLABLE_DECLARE(int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb)); 1371 INDIRECT_CALLABLE_DECLARE(bool tcp_stream_memory_free(const struct sock *sk, int wake));
|
| A D | ip_vs.h | 1872 INDIRECT_CALLABLE_DECLARE(int 1878 INDIRECT_CALLABLE_DECLARE(int
|
| /include/linux/ |
| A D | indirect_call_wrapper.h | 37 #define INDIRECT_CALLABLE_DECLARE(f) f macro 46 #define INDIRECT_CALLABLE_DECLARE(f) macro
|
Completed in 59 milliseconds