Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Droute.h51 struct rtable { struct
73 static inline bool rt_is_input_route(const struct rtable *rt) in rt_is_input_route() argument
78 static inline bool rt_is_output_route(const struct rtable *rt) in rt_is_output_route()
83 static inline __be32 rt_nexthop(const struct rtable *rt, __be32 daddr) in rt_nexthop()
115 struct rtable *ip_route_output_key_hash(struct net *net, struct flowi4 *flp,
117 struct rtable *ip_route_output_key_hash_rcu(struct net *net, struct flowi4 *flp,
121 static inline struct rtable *__ip_route_output_key(struct net *net, in __ip_route_output_key()
127 struct rtable *ip_route_output_flow(struct net *, struct flowi4 *flp,
132 static inline struct rtable *ip_route_output_key(struct net *net, struct flowi4 *flp) in ip_route_output_key()
137 static inline struct rtable *ip_route_output(struct net *net, __be32 daddr, in ip_route_output()
[all …]
Dip_fib.h55 struct rtable;
65 struct rtable __rcu *fnhe_rth_input;
66 struct rtable __rcu *fnhe_rth_output;
96 struct rtable __rcu * __percpu *nh_pcpu_rth_output;
97 struct rtable __rcu *nh_rth_input;
Ddst_cache.h33 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr);
Dip.h144 struct rtable;
178 struct rtable **rt,
194 struct ipcm_cookie *ipc, struct rtable **rtp,
369 const struct rtable *rt = (const struct rtable *)dst; in ip_mtu_locked()
641 __be32 daddr, struct rtable *rt, int is_frag);
Ddsa.h87 s8 rtable[DSA_MAX_SWITCHES]; member
245 s8 rtable[DSA_MAX_SWITCHES]; member
315 return ds->rtable[device]; in dsa_towards_port()
Dudp_tunnel.h137 void udp_tunnel_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb,
Dinet_sock.h156 struct rtable;
Dip_tunnels.h431 void iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb,
Dxfrm.h1000 struct rtable rt;
/linux-4.19.296/drivers/pci/hotplug/
Dibmphp_core.c122 struct irq_routing_table *rtable; in ibmphp_init_devno() local
127 rtable = pcibios_get_irq_routing_table(); in ibmphp_init_devno()
128 if (!rtable) { in ibmphp_init_devno()
133 len = (rtable->size - sizeof(struct irq_routing_table)) / in ibmphp_init_devno()
137 kfree(rtable); in ibmphp_init_devno()
141 if ((*cur_slot)->number == rtable->slots[loop].slot && in ibmphp_init_devno()
142 (*cur_slot)->bus == rtable->slots[loop].bus) { in ibmphp_init_devno()
143 (*cur_slot)->device = PCI_SLOT(rtable->slots[loop].devfn); in ibmphp_init_devno()
158 rtable->exclusive_irqs); in ibmphp_init_devno()
160 rtable->slots[loop].irq[0].bitmap); in ibmphp_init_devno()
[all …]
/linux-4.19.296/include/net/netfilter/
Dbr_netfilter.h43 static inline struct rtable *bridge_parent_rtable(const struct net_device *dev) in bridge_parent_rtable()
/linux-4.19.296/include/linux/
Dskbuff.h939 static inline struct rtable *skb_rtable(const struct sk_buff *skb) in skb_rtable()
941 return (struct rtable *)skb_dst(skb); in skb_rtable()
/linux-4.19.296/drivers/s390/net/
Dqeth_l3_main.c2076 struct rtable *rt = skb_rtable(skb); in qeth_l3_fill_header()