| /linux/drivers/pci/hotplug/ |
| H A D | ibmphp_core.c | 114 struct irq_routing_table *rtable; in ibmphp_init_devno() local 119 rtable = pcibios_get_irq_routing_table(); in ibmphp_init_devno() 120 if (!rtable) { in ibmphp_init_devno() 125 len = (rtable->size - sizeof(struct irq_routing_table)) / in ibmphp_init_devno() 129 kfree(rtable); in ibmphp_init_devno() 133 if ((*cur_slot)->number == rtable->slots[loop].slot && in ibmphp_init_devno() 134 (*cur_slot)->bus == rtable->slots[loop].bus) { in ibmphp_init_devno() 135 (*cur_slot)->device = PCI_SLOT(rtable->slots[loop].devfn); in ibmphp_init_devno() 150 rtable->exclusive_irqs); in ibmphp_init_devno() 152 rtable->slots[loop].irq[0].bitmap); in ibmphp_init_devno() [all …]
|
| /linux/net/ipv4/ |
| H A D | route.c | 396 static inline bool rt_is_expired(const struct rtable *rth) in rt_is_expired() 416 const struct rtable *rt = container_of(dst, struct rtable, dst); in ipv4_neigh_lookup() 443 const struct rtable *rt = container_of(dst, struct rtable, dst); in ipv4_confirm_neigh() 578 struct rtable *rt; in fnhe_flush_routes() 630 static void fill_route_from_fnhe(struct rtable *rt, struct fib_nh_exception *fnhe) in fill_route_from_fnhe() 650 struct rtable *rt; in update_or_create_fnhe() 729 struct rtable __rcu **prt; in update_or_create_fnhe() 744 static void __ip_do_redirect(struct rtable *rt, struct sk_buff *skb, struct flowi4 *fl4, in __ip_do_redirect() 831 struct rtable *rt; in ip_do_redirect() 849 struct rtable *rt = dst_rtable(dst); in ipv4_negative_advice() [all …]
|
| H A D | ip_output.c | 156 struct rtable *rt = skb_rtable(skb); in ip_build_and_send_pkt() 203 struct rtable *rt = dst_rtable(dst); in ip_finish_output2() 337 struct rtable *new_rt; in ip_mc_finish_output() 370 struct rtable *rt = skb_rtable(skb); in ip_mc_output() 470 struct rtable *rt; in __ip_queue_xmit() 767 struct rtable *rt = skb_rtable(skb); in ip_do_fragment() 973 struct rtable *rt = dst_rtable(cork->dst); in __ip_append_data() 1293 struct ipcm_cookie *ipc, struct rtable **rtp) in ip_setup_cork() 1296 struct rtable *rt; in ip_setup_cork() 1361 struct ipcm_cookie *ipc, struct rtable **rt in ip_append_data() [all...] |
| H A D | datagram.c | 24 struct rtable *rt; in __ip4_datagram_connect() 107 struct rtable *rt; in ip4_datagram_release_cb()
|
| H A D | icmp.c | 312 static bool icmpv4_xrlim_allow(struct net *net, struct rtable *rt, in icmpv4_xrlim_allow() 384 struct ipcm_cookie *ipc, struct rtable **rt) in icmp_push_reply() 417 struct rtable *rt = skb_rtable(skb); in icmp_reply() 493 static struct rtable *icmp_route_lookup(struct net *net, struct flowi4 *fl4, in icmp_route_lookup() 501 struct rtable *rt, *rt2; in icmp_route_lookup() 809 struct rtable *rt = skb_rtable(skb_in); in __icmp_send() 1434 struct rtable *rt = skb_rtable(skb); in icmp_rcv()
|
| H A D | arp.c | 455 struct rtable *rt; in arp_filter() 476 struct net_device *dev, struct rtable *rt) in arp_fwd_proxy() 521 struct net_device *dev, struct rtable *rt, in arp_fwd_pvlan() 709 struct rtable *rt; in arp_process() 1039 struct rtable *rt; in arp_req_dev()
|
| H A D | ip_forward.c | 87 struct rtable *rt; /* Route we use */ in ip_forward()
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | io.h | 84 return wlcore_raw_read(wl, wl->rtable[reg], buf, len, fixed); in wlcore_raw_read_data() 91 return wlcore_raw_write(wl, wl->rtable[reg], buf, len, fixed); in wlcore_raw_write_data() 142 return wlcore_write(wl, wl->rtable[reg], buf, len, fixed); in wlcore_write_data() 149 return wlcore_read(wl, wl->rtable[reg], buf, len, fixed); in wlcore_read_data() 183 wlcore_translate_addr(wl, wl->rtable[reg]), in wlcore_read_reg() 191 wlcore_translate_addr(wl, wl->rtable[reg]), in wlcore_write_reg()
|
| /linux/include/net/ |
| H A D | ip_fib.h | 59 struct rtable; 69 struct rtable __rcu *fnhe_rth_input; 70 struct rtable __rcu *fnhe_rth_output; 102 struct rtable __rcu * __percpu *nhc_pcpu_rth_output; 103 struct rtable __rcu *nhc_rth_input;
|
| H A D | ip.h | 152 struct rtable; 226 struct rtable **rt, 240 struct ipcm_cookie *ipc, struct rtable **rtp, 432 const struct rtable *rt = dst_rtable(dst); in ip_mtu_locked() 470 const struct rtable *rt = dst_rtable(dst); in ip_dst_mtu_maybe_forward() 773 __be32 daddr, struct rtable *rt);
|
| H A D | dst_cache.h | 33 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr);
|
| H A D | udp_tunnel.h | 139 void udp_tunnel_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb, 182 struct rtable *udp_tunnel_dst_lookup(struct sk_buff *skb,
|
| /linux/include/linux/platform_data/ |
| H A D | dsa.h | 48 s8 rtable[DSA_MAX_SWITCHES]; member
|
| /linux/net/bridge/ |
| H A D | br_nf_core.c | 70 struct rtable *rt = &br->fake_rtable; in br_netfilter_rtable_init()
|
| H A D | br_netfilter_ipv6.c | 104 struct rtable *rt; in br_nf_pre_routing_finish_ipv6()
|
| /linux/include/net/netfilter/ |
| H A D | br_netfilter.h | 43 static inline struct rtable *bridge_parent_rtable(const struct net_device *dev) in bridge_parent_rtable()
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_xmit.c | 122 static struct rtable *do_output_route4(struct net *net, __be32 daddr, in do_output_route4() 126 struct rtable *rt; in do_output_route4() 200 struct rtable *ort = skb_rtable(skb); in maybe_update_pmtu() 312 struct rtable *rt; /* Route to the other host */ in __ip_vs_get_out_rt() 777 struct rtable *rt; /* Route to the other host */ in ip_vs_nat_xmit() 1139 struct rtable *rt; /* Route to the other host */ in ip_vs_tunnel_xmit() 1495 struct rtable *rt; /* Route to the other host */ in ip_vs_icmp_xmit()
|
| /linux/drivers/infiniband/core/ |
| H A D | addr.c | 368 struct rtable **prt) in addr4_resolve() 376 struct rtable *rt; in addr4_resolve() 537 struct rtable *rt = NULL; in addr_resolve()
|
| /linux/drivers/net/ |
| H A D | vrf.c | 115 struct rtable __rcu *rth; 497 struct rtable *rt; in vrf_process_v4_outbound() 823 struct rtable *rt = dst_rtable(dst); in vrf_finish_output() 882 struct rtable *rth; in vrf_ip_out_redirect() 1000 struct rtable *rth = rtnl_dereference(vrf->rth); in vrf_rtable_release() 1022 struct rtable *rth; in vrf_rtable_create()
|
| H A D | gtp.c | 348 static struct rtable *ip4_route_output_gtp(struct flowi4 *fl4, in ip4_route_output_gtp() 430 struct rtable *rt; in gtp0_send_echo_resp_ip() 658 struct rtable *rt; in gtp1u_send_echo_resp() 996 struct rtable *rt; 1021 struct pdp_ctx *pctx, struct rtable *rt, in gtp_set_pktinfo_ipv4() 1052 struct rtable *rt; in gtp_build_skb_outer_ip4() 2333 struct rtable *rt; in gtp_genl_send_echo_req()
|
| /linux/drivers/net/ethernet/chelsio/libcxgb/ |
| H A D | libcxgb_cm.c | 97 struct rtable *rt; in cxgb_find_route()
|
| /linux/net/sched/ |
| H A D | sch_frag.c | 99 struct rtable sch_frag_rt = { 0 }; in sch_fragment()
|
| /linux/net/core/ |
| H A D | dst_cache.c | 81 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr) in dst_cache_get_ip4()
|
| /linux/net/dsa/ |
| H A D | dsa.c | 222 INIT_LIST_HEAD(&dst->rtable); in dsa_tree_alloc() 297 list_for_each_entry(dl, &dst->rtable, list) in dsa_link_touch() 309 list_add_tail(&dl->list, &dst->rtable); in dsa_link_touch() 864 list_for_each_entry_safe(dl, next, &dst->rtable, list) { in dsa_tree_teardown_routing_table()
|
| /linux/arch/m68k/fpsp040/ |
| H A D | decbin.S | 437 leal RTABLE,%a1 |load rtable base 466 addl #12,%d3 |inc d3 to next rtable entry
|