Home
last modified time | relevance | path

Searched defs:rt (Results 1 – 25 of 81) sorted by relevance

1234

/net/x25/
Dx25_route.c34 struct x25_route *rt; in x25_add_route() local
74 static void __x25_remove_route(struct x25_route *rt) in __x25_remove_route()
85 struct x25_route *rt; in x25_del_route() local
111 struct x25_route *rt; in x25_route_device_down() local
156 struct x25_route *rt, *use = NULL; in x25_get_route() local
184 struct x25_route_struct rt; in x25_route_ioctl() local
217 struct x25_route *rt; in x25_route_free() local
/net/ipv6/
Droute.c106 static void rt6_bind_peer(struct rt6_info *rt, int create) in rt6_bind_peer()
122 static struct inet_peer *__rt6_get_peer(struct rt6_info *rt, int create) in __rt6_get_peer()
131 static struct inet_peer *rt6_get_peer_create(struct rt6_info *rt) in rt6_get_peer_create()
138 struct rt6_info *rt = (struct rt6_info *) dst; in ipv6_cow_metrics() local
167 static inline const void *choose_neigh_daddr(struct rt6_info *rt, in choose_neigh_daddr()
184 struct rt6_info *rt = (struct rt6_info *) dst; in ip6_neigh_lookup() local
308 struct rt6_info *rt = dst_alloc(&net->ipv6.ip6_dst_ops, dev, in ip6_dst_alloc() local
323 struct rt6_info *rt = (struct rt6_info *)dst; in ip6_dst_destroy() local
347 struct rt6_info *rt = (struct rt6_info *)dst; in ip6_dst_ifdown() local
364 static bool rt6_check_expired(const struct rt6_info *rt) in rt6_check_expired()
[all …]
Dip6_output.c450 struct rt6_info *rt; in ip6_forward() local
543 static void ipv6_select_ident(struct frag_hdr *fhdr, struct rt6_info *rt) in ipv6_select_ident()
560 struct rt6_info *rt = (struct rt6_info *)skb_dst(skb); in ip6_fragment() local
856 struct rt6_info *rt; in ip6_sk_dst_check() local
903 struct rt6_info *rt; in ip6_dst_lookup_tail() local
914 struct rt6_info *rt = (struct rt6_info *) *dst; in ip6_dst_lookup_tail() local
1055 struct rt6_info *rt) in ip6_ufo_append_data()
1124 struct rt6_info *rt, in ip6_append_data_mtu()
1148 struct rt6_info *rt, unsigned int flags, int dontfrag) in ip6_append_data()
1546 struct rt6_info *rt = (struct rt6_info *)inet->cork.base.dst; in ip6_push_pending_frames() local
Dip6_fib.c157 static void rt6_release(struct rt6_info *rt) in rt6_release()
277 struct rt6_info *rt; in fib6_dump_node() local
633 static bool rt6_qualify_for_ecmp(struct rt6_info *rt) in rt6_qualify_for_ecmp()
668 static void fib6_purge_rt(struct rt6_info *rt, struct fib6_node *fn, in fib6_purge_rt()
695 static int fib6_add_rt2node(struct fib6_node *fn, struct rt6_info *rt, in fib6_add_rt2node()
850 static void fib6_start_gc(struct net *net, struct rt6_info *rt) in fib6_start_gc()
871 int fib6_add(struct fib6_node *root, struct rt6_info *rt, struct nl_info *info, in fib6_add()
1308 struct rt6_info *rt = *rtp; in fib6_del_route() local
1361 int fib6_del(struct rt6_info *rt, struct nl_info *info) in fib6_del()
1529 struct rt6_info *rt; in fib6_clean_node() local
[all …]
Dxfrm6_policy.c81 struct rt6_info *rt = (struct rt6_info *)xdst; in xfrm6_init_dst() local
90 struct rt6_info *rt = (struct rt6_info *)dst; in xfrm6_init_path() local
103 struct rt6_info *rt = (struct rt6_info *)xdst->route; in xfrm6_fill_dst() local
Danycast.c78 struct rt6_info *rt; in ipv6_sock_ac_join() local
220 static struct ifacaddr6 *aca_alloc(struct rt6_info *rt, in aca_alloc()
248 struct rt6_info *rt; in __ipv6_dev_ac_inc() local
Dfib6_rules.c54 struct rt6_info *rt = NULL; in fib6_rule_action() local
125 struct rt6_info *rt = (struct rt6_info *) arg->result; in fib6_rule_suppress() local
/net/decnet/
Ddn_route.c157 struct dn_route *rt = (struct dn_route *) dst; in dn_dst_destroy() local
167 struct dn_route *rt = (struct dn_route *) dst; in dn_dst_ifdown() local
187 static inline void dnrt_free(struct dn_route *rt) in dnrt_free()
195 struct dn_route *rt; in dn_dst_check_expire() local
226 struct dn_route *rt; in dn_dst_gc() local
268 struct dn_route *rt = (struct dn_route *) dst; in dn_dst_update_pmtu() local
327 static int dn_insert_route(struct dn_route *rt, unsigned int hash, struct dn_route **rp) in dn_insert_route()
367 struct dn_route *rt, *next; in dn_run_flush() local
743 struct dn_route *rt = (struct dn_route *) dst; in dn_to_neigh_output() local
752 struct dn_route *rt = (struct dn_route *)dst; in dn_output() local
[all …]
/net/ipv4/
Droute.c445 const struct rtable *rt; in ipv4_neigh_lookup() local
563 static inline void rt_free(struct rtable *rt) in rt_free()
572 struct rtable *rt; in fnhe_flush_routes() local
610 static void fill_route_from_fnhe(struct rtable *rt, struct fib_nh_exception *fnhe) in fill_route_from_fnhe()
627 struct rtable *rt; in update_or_create_fnhe() local
710 static void __ip_do_redirect(struct rtable *rt, struct sk_buff *skb, struct flowi4 *fl4, in __ip_do_redirect()
792 struct rtable *rt; in ip_do_redirect() local
809 struct rtable *rt = (struct rtable *)dst; in ipv4_negative_advice() local
843 struct rtable *rt = skb_rtable(skb); in ip_rt_send_redirect() local
907 struct rtable *rt = skb_rtable(skb); in ip_error() local
[all …]
Ddatagram.c28 struct rtable *rt; in __ip4_datagram_connect() local
109 struct rtable *rt; in ip4_datagram_release_cb() local
Dip_options.c44 __be32 daddr, struct rtable *rt, int is_frag) in ip_options_build()
261 struct rtable *rt = NULL; in ip_options_compile() local
562 struct rtable *rt = skb_rtable(skb); in ip_forward_options() local
612 struct rtable *rt = skb_rtable(skb); in ip_options_rcv_srr() local
Dip_output.c133 struct rtable *rt = skb_rtable(skb); in ip_build_and_send_pkt() local
169 struct rtable *rt = (struct rtable *)dst; in ip_finish_output2() local
276 struct rtable *rt = skb_rtable(skb); in ip_mc_output() local
368 struct rtable *rt; in ip_queue_xmit() local
491 struct rtable *rt = skb_rtable(skb); in ip_fragment() local
857 struct rtable *rt = (struct rtable *)cork->dst; in __ip_append_data() local
1090 struct rtable *rt; in ip_setup_cork() local
1168 struct rtable *rt; in ip_append_page() local
1334 struct rtable *rt = (struct rtable *)cork->dst; in __ip_make_skb() local
1523 struct rtable *rt = skb_rtable(skb); in ip_send_unicast_reply() local
Dicmp.c288 static bool icmpv4_xrlim_allow(struct net *net, struct rtable *rt, in icmpv4_xrlim_allow()
354 struct ipcm_cookie *ipc, struct rtable **rt) in icmp_push_reply()
390 struct rtable *rt = skb_rtable(skb); in icmp_reply() local
449 struct rtable *rt, *rt2; in icmp_route_lookup() local
551 struct rtable *rt = skb_rtable(skb_in); in icmp_send() local
946 struct rtable *rt = skb_rtable(skb); in icmp_rcv() local
Darp.c425 struct rtable *rt; in arp_filter() local
510 struct net_device *dev, struct rtable *rt) in arp_fwd_proxy()
555 struct net_device *dev, struct rtable *rt, in arp_fwd_pvlan()
733 struct rtable *rt; in arp_process() local
1050 struct rtable *rt = ip_route_output(net, ip, 0, RTO_ONLINK, 0); in arp_req_set() local
1170 struct rtable *rt = ip_route_output(net, ip, 0, RTO_ONLINK, 0); in arp_req_delete() local
Dnetfilter.c24 struct rtable *rt; in ip_route_me_harder() local
179 struct rtable *rt = ip_route_output_key(net, &fl->u.ip4); in nf_ip_route() local
Dip_forward.c77 struct rtable *rt; /* Route we use */ in ip_forward() local
Dudp_tunnel.c78 int udp_tunnel_xmit_skb(struct socket *sock, struct rtable *rt, in udp_tunnel_xmit_skb()
/net/sunrpc/
Dtimer.c34 void rpc_init_rtt(struct rpc_rtt *rt, unsigned long timeo) in rpc_init_rtt()
60 void rpc_update_rtt(struct rpc_rtt *rt, unsigned int timer, long m) in rpc_update_rtt()
109 unsigned long rpc_calc_rto(struct rpc_rtt *rt, unsigned int timer) in rpc_calc_rto()
/net/ipx/
Dipx_route.c51 struct ipx_route *rt; in ipxrtr_add_route() local
176 struct ipx_route *rt = NULL; in ipxrtr_route_packet() local
260 struct rtentry rt; /* Use these to behave like 'other' stacks */ in ipxrtr_ioctl() local
/net/netfilter/ipvs/
Dip_vs_xmit.c128 struct rtable *rt; in do_output_route4() local
160 static inline int __ip_vs_is_local_route6(struct rt6_info *rt) in __ip_vs_is_local_route6()
265 struct rtable *rt; /* Route to the other host */ in __ip_vs_get_out_rt() local
409 struct rt6_info *rt; /* Route to the other host */ in __ip_vs_get_out_rt_v6() local
675 struct rtable *rt; /* Route to the other host */ in ip_vs_nat_xmit() local
765 struct rt6_info *rt; /* Route to the other host */ in ip_vs_nat_xmit_v6() local
955 struct rtable *rt; /* Route to the other host */ in ip_vs_tunnel_xmit() local
1050 struct rt6_info *rt; /* Route to the other host */ in ip_vs_tunnel_xmit_v6() local
1228 struct rtable *rt; /* Route to the other host */ in ip_vs_icmp_xmit() local
1321 struct rt6_info *rt; /* Route to the other host */ in ip_vs_icmp_xmit_v6() local
/net/ipv6/netfilter/
Dip6t_rpfilter.c32 struct rt6_info *rt; in rpfilter_lookup_reverse6() local
77 const struct rt6_info *rt = (const void *) skb_dst(skb); in rpfilter_is_local() local
/net/netfilter/
Dnf_conntrack_broadcast.c30 struct rtable *rt = skb_rtable(skb); in nf_conntrack_broadcast_help() local
/net/xfrm/
Dxfrm_user.c37 struct nlattr *rt = attrs[type]; in verify_one_alg() local
63 struct nlattr *rt = attrs[XFRMA_ALG_AUTH_TRUNC]; in verify_auth_trunc() local
79 struct nlattr *rt = attrs[XFRMA_ALG_AEAD]; in verify_aead() local
96 struct nlattr *rt = attrs[type]; in verify_one_addr() local
104 struct nlattr *rt = attrs[XFRMA_SEC_CTX]; in verify_sec_ctx_len() local
120 struct nlattr *rt = attrs[XFRMA_REPLAY_ESN_VAL]; in verify_replay() local
475 struct nlattr *rt = attrs[XFRMA_REPLAY_THRESH]; in xfrm_update_ae_params() local
1323 struct nlattr *rt = attrs[XFRMA_SEC_CTX]; in copy_from_user_sec_ctx() local
1393 struct nlattr *rt = attrs[XFRMA_TMPL]; in copy_from_user_tmpl() local
1413 struct nlattr *rt = attrs[XFRMA_POLICY_TYPE]; in copy_from_user_policy_type() local
[all …]
/net/bridge/
Dbr_nf_core.c78 struct rtable *rt = &br->fake_rtable; in br_netfilter_rtable_init() local
/net/rxrpc/
Dar-peer.c38 struct rtable *rt; in rxrpc_assess_MTU_size() local

1234