rtable            757 include/linux/skbuff.h static inline struct rtable *skb_rtable(const struct sk_buff *skb)
rtable            759 include/linux/skbuff.h 	return (struct rtable *)skb_dst(skb);
rtable             63 include/net/dsa.h 	s8		*rtable;
rtable            170 include/net/dsa.h 		return ds->pd->rtable[dst->cpu_switch];
rtable            102 include/net/dst.h 		struct rtable __rcu	*rt_next;
rtable             90 include/net/geneve.h int geneve_xmit_skb(struct geneve_sock *gs, struct rtable *rt,
rtable            132 include/net/inet_sock.h struct rtable;
rtable             93 include/net/ip.h struct rtable;
rtable            128 include/net/ip.h 		   struct rtable **rt,
rtable            144 include/net/ip.h 			    struct ipcm_cookie *ipc, struct rtable **rtp,
rtable            516 include/net/ip.h 		      __be32 daddr, struct rtable *rt, int is_frag);
rtable             50 include/net/ip_fib.h struct rtable;
rtable             59 include/net/ip_fib.h 	struct rtable __rcu		*fnhe_rth_input;
rtable             60 include/net/ip_fib.h 	struct rtable __rcu		*fnhe_rth_output;
rtable             89 include/net/ip_fib.h 	struct rtable __rcu * __percpu *nh_pcpu_rth_output;
rtable             90 include/net/ip_fib.h 	struct rtable __rcu	*nh_rth_input;
rtable            177 include/net/ip_tunnels.h int iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb,
rtable             69 include/net/route.h static inline bool rt_is_input_route(const struct rtable *rt)
rtable             74 include/net/route.h static inline bool rt_is_output_route(const struct rtable *rt)
rtable             79 include/net/route.h static inline __be32 rt_nexthop(const struct rtable *rt, __be32 daddr)
rtable            111 include/net/route.h struct rtable *__ip_route_output_key(struct net *, struct flowi4 *flp);
rtable            112 include/net/route.h struct rtable *ip_route_output_flow(struct net *, struct flowi4 *flp,
rtable            117 include/net/route.h static inline struct rtable *ip_route_output_key(struct net *net, struct flowi4 *flp)
rtable            122 include/net/route.h static inline struct rtable *ip_route_output(struct net *net, __be32 daddr,
rtable            134 include/net/route.h static inline struct rtable *ip_route_output_ports(struct net *net, struct flowi4 *fl4,
rtable            149 include/net/route.h static inline struct rtable *ip_route_output_gre(struct net *net, struct flowi4 *fl4,
rtable            193 include/net/route.h void ip_rt_get_source(u8 *src, struct sk_buff *skb, struct rtable *rt);
rtable            199 include/net/route.h static inline void ip_rt_put(struct rtable *rt)
rtable            204 include/net/route.h 	BUILD_BUG_ON(offsetof(struct rtable, dst) != 0);
rtable            255 include/net/route.h static inline struct rtable *ip_route_connect(struct flowi4 *fl4,
rtable            262 include/net/route.h 	struct rtable *rt;
rtable            278 include/net/route.h static inline struct rtable *ip_route_newports(struct flowi4 *fl4, struct rtable *rt,
rtable             80 include/net/udp_tunnel.h int udp_tunnel_xmit_skb(struct socket *sock, struct rtable *rt,
rtable             53 include/net/vxlan.h 		   struct rtable *rt, struct sk_buff *skb,
rtable            945 include/net/xfrm.h 		struct rtable		rt;