Searched refs:rtp (Results 1 – 6 of 6) sorted by relevance
| /net/ipv4/ |
| A D | ip_output.c | 1291 struct ipcm_cookie *ipc, struct rtable **rtp) in ip_setup_cork() argument 1296 rt = *rtp; in ip_setup_cork() 1326 *rtp = NULL; in ip_setup_cork() 1359 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_append_data() argument 1369 err = ip_setup_cork(sk, &inet->cork.base, ipc, rtp); in ip_append_data() 1554 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_make_skb() argument 1568 err = ip_setup_cork(sk, cork, ipc, rtp); in ip_make_skb()
|
| A D | fib_semantics.c | 139 static void rt_fibinfo_free(struct rtable __rcu **rtp) in rt_fibinfo_free() argument 141 struct rtable *rt = rcu_dereference_protected(*rtp, 1); in rt_fibinfo_free() 183 static void rt_fibinfo_free_cpus(struct rtable __rcu * __percpu *rtp) in rt_fibinfo_free_cpus() argument 187 if (!rtp) in rt_fibinfo_free_cpus() 193 rt = rcu_dereference_protected(*per_cpu_ptr(rtp, cpu), 1); in rt_fibinfo_free_cpus() 199 free_percpu(rtp); in rt_fibinfo_free_cpus()
|
| A D | raw.c | 328 struct rtable **rtp, unsigned int flags, in raw_send_hdrinc() argument 337 struct rtable *rt = *rtp; in raw_send_hdrinc() 365 *rtp = NULL; in raw_send_hdrinc()
|
| /net/ipv6/ |
| A D | ip6_fib.c | 1963 struct fib6_info __rcu **rtp, struct nl_info *info) in fib6_del_route() argument 1967 struct fib6_info *rt = rcu_dereference_protected(*rtp, in fib6_del_route() 1987 *rtp = rt->fib6_next; in fib6_del_route() 2061 struct fib6_info __rcu **rtp; in fib6_del() local 2081 for (rtp = &fn->leaf; *rtp; rtp = rtp_next) { in fib6_del() 2082 struct fib6_info *cur = rcu_dereference_protected(*rtp, in fib6_del() 2087 fib6_del_route(table, fn, rtp, info); in fib6_del()
|
| A D | addrconf.c | 6679 struct rt6_info **rtp; in addrconf_disable_policy_idev() local 6681 rtp = per_cpu_ptr(nh->rt6i_pcpu, cpu); in addrconf_disable_policy_idev() 6682 addrconf_set_nopolicy(*rtp, val); in addrconf_disable_policy_idev()
|
| /net/mctp/test/ |
| A D | sock-test.c | 18 struct mctp_test_route **rtp, in __mctp_sock_test_init() argument 50 *rtp = rt; in __mctp_sock_test_init()
|
Completed in 28 milliseconds