Home
last modified time | relevance | path

Searched refs:rtable (Results 1 – 12 of 12) sorted by relevance

/include/net/
Droute.h49 struct rtable { struct
75 static inline bool rt_is_input_route(const struct rtable *rt) in rt_is_input_route() argument
80 static inline bool rt_is_output_route(const struct rtable *rt) in rt_is_output_route()
85 static inline __be32 rt_nexthop(const struct rtable *rt, __be32 daddr) in rt_nexthop()
117 struct rtable *ip_route_output_key_hash(struct net *net, struct flowi4 *flp,
119 struct rtable *ip_route_output_key_hash_rcu(struct net *net, struct flowi4 *flp,
123 static inline struct rtable *__ip_route_output_key(struct net *net, in __ip_route_output_key()
129 struct rtable *ip_route_output_flow(struct net *, struct flowi4 *flp,
131 struct rtable *ip_route_output_tunnel(struct sk_buff *skb,
140 static inline struct rtable *ip_route_output_key(struct net *net, struct flowi4 *flp) in ip_route_output_key()
[all …]
Ddst_cache.h33 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr);
Dip_fib.h56 struct rtable;
66 struct rtable __rcu *fnhe_rth_input;
67 struct rtable __rcu *fnhe_rth_output;
98 struct rtable __rcu * __percpu *nhc_pcpu_rth_output;
99 struct rtable __rcu *nhc_rth_input;
Dip.h149 struct rtable;
222 struct rtable **rt,
238 struct ipcm_cookie *ipc, struct rtable **rtp,
421 const struct rtable *rt = (const struct rtable *)dst; in ip_mtu_locked()
721 __be32 daddr, struct rtable *rt, int is_frag);
Dudp_tunnel.h142 void udp_tunnel_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb,
Dinet_sock.h186 struct rtable;
Ddsa.h149 struct list_head rtable; member
389 list_for_each_entry(dl, &dst->rtable, list) in dsa_routing_port()
Dip_tunnels.h422 void iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb,
Dxfrm.h928 struct rtable rt;
/include/linux/platform_data/
Ddsa.h48 s8 rtable[DSA_MAX_SWITCHES]; member
/include/net/netfilter/
Dbr_netfilter.h43 static inline struct rtable *bridge_parent_rtable(const struct net_device *dev) in bridge_parent_rtable()
/include/linux/
Dskbuff.h1037 static inline struct rtable *skb_rtable(const struct sk_buff *skb) in skb_rtable()
1039 return (struct rtable *)skb_dst(skb); in skb_rtable()