Home
last modified time | relevance | path

Searched refs:rtp (Results 1 – 5 of 5) sorted by relevance

/net/ipv6/
Dip6_fib.c1825 struct fib6_info __rcu **rtp, struct nl_info *info) in fib6_del_route() argument
1828 struct fib6_info *rt = rcu_dereference_protected(*rtp, in fib6_del_route()
1835 *rtp = rt->fib6_next; in fib6_del_route()
1895 struct fib6_info __rcu **rtp; in fib6_del() local
1915 for (rtp = &fn->leaf; *rtp; rtp = rtp_next) { in fib6_del()
1916 struct fib6_info *cur = rcu_dereference_protected(*rtp, in fib6_del()
1919 fib6_del_route(table, fn, rtp, info); in fib6_del()
Daddrconf.c6475 struct rt6_info **rtp; in addrconf_disable_policy_idev() local
6477 rtp = per_cpu_ptr(nh->rt6i_pcpu, cpu); in addrconf_disable_policy_idev()
6478 addrconf_set_nopolicy(*rtp, val); in addrconf_disable_policy_idev()
/net/ipv4/
Dip_output.c1249 struct ipcm_cookie *ipc, struct rtable **rtp) in ip_setup_cork() argument
1254 rt = *rtp; in ip_setup_cork()
1284 *rtp = NULL; in ip_setup_cork()
1313 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_append_data() argument
1323 err = ip_setup_cork(sk, &inet->cork.base, ipc, rtp); in ip_append_data()
1633 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_make_skb() argument
1647 err = ip_setup_cork(sk, cork, ipc, rtp); in ip_make_skb()
Dfib_semantics.c148 static void rt_fibinfo_free(struct rtable __rcu **rtp) in rt_fibinfo_free() argument
150 struct rtable *rt = rcu_dereference_protected(*rtp, 1); in rt_fibinfo_free()
192 static void rt_fibinfo_free_cpus(struct rtable __rcu * __percpu *rtp) in rt_fibinfo_free_cpus() argument
196 if (!rtp) in rt_fibinfo_free_cpus()
202 rt = rcu_dereference_protected(*per_cpu_ptr(rtp, cpu), 1); in rt_fibinfo_free_cpus()
208 free_percpu(rtp); in rt_fibinfo_free_cpus()
Draw.c345 struct rtable **rtp, unsigned int flags, in raw_send_hdrinc() argument
354 struct rtable *rt = *rtp; in raw_send_hdrinc()
381 *rtp = NULL; in raw_send_hdrinc()