Searched refs:rtable (Results 1 – 12 of 12) sorted by relevance
/include/net/ |
D | route.h | 49 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 …]
|
D | dst_cache.h | 33 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr);
|
D | ip_fib.h | 56 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;
|
D | ip.h | 149 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);
|
D | udp_tunnel.h | 142 void udp_tunnel_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb,
|
D | inet_sock.h | 186 struct rtable;
|
D | dsa.h | 149 struct list_head rtable; member 389 list_for_each_entry(dl, &dst->rtable, list) in dsa_routing_port()
|
D | ip_tunnels.h | 422 void iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb,
|
D | xfrm.h | 928 struct rtable rt;
|
/include/linux/platform_data/ |
D | dsa.h | 48 s8 rtable[DSA_MAX_SWITCHES]; member
|
/include/net/netfilter/ |
D | br_netfilter.h | 43 static inline struct rtable *bridge_parent_rtable(const struct net_device *dev) in bridge_parent_rtable()
|
/include/linux/ |
D | skbuff.h | 1037 static inline struct rtable *skb_rtable(const struct sk_buff *skb) in skb_rtable() 1039 return (struct rtable *)skb_dst(skb); in skb_rtable()
|