/src/sys/netinet/ |
in_l2tp.c | 94 struct route *ro_pc; local in function:in_l2tp_output 206 if_tunnel_get_ro(sc->l2tp_ro_percpu, &ro_pc, &lock_pc); 207 if ((rt = rtcache_lookup(ro_pc, var->lv_pdst)) == NULL) { 215 rtcache_unref(rt, ro_pc); 216 rtcache_free(ro_pc); 222 rtcache_unref(rt, ro_pc); 230 error = ip_output(m, NULL, ro_pc, 0, NULL, NULL);
|
in_gif.c | 88 struct route *ro_pc; local in function:in_gif_output 176 if_tunnel_get_ro(sc->gif_ro_percpu, &ro_pc, &lock_pc); 177 if ((rt = rtcache_lookup(ro_pc, var->gv_pdst)) == NULL) { 185 rtcache_unref(rt, ro_pc); 186 rtcache_free(ro_pc); 191 rtcache_unref(rt, ro_pc); 193 error = ip_output(m, NULL, ro_pc, 0, NULL, NULL);
|
/src/sys/netinet6/ |
in6_l2tp.c | 94 struct route *ro_pc; local in function:in6_l2tp_output 200 if_tunnel_get_ro(sc->l2tp_ro_percpu, &ro_pc, &lock_pc); 201 if ((rt = rtcache_lookup(ro_pc, var->lv_pdst)) == NULL) { 209 rtcache_unref(rt, ro_pc); 210 rtcache_free(ro_pc); 215 rtcache_unref(rt, ro_pc); 223 error = ip6_output(m, 0, ro_pc, 0, NULL, NULL, NULL);
|
in6_gif.c | 93 struct route *ro_pc; local in function:in6_gif_output 183 if_tunnel_get_ro(sc->gif_ro_percpu, &ro_pc, &lock_pc); 184 rt = rtcache_lookup(ro_pc, var->gv_pdst); 193 rtcache_unref(rt, ro_pc); 194 rtcache_free(ro_pc); 199 rtcache_unref(rt, ro_pc); 249 error = ip6_output(m, 0, ro_pc, flags, NULL, NULL, NULL); 251 error = ip6_output(m, 0, ro_pc, 0, NULL, NULL, NULL); 473 struct route *ro_pc; local in function:in6_gif_ctlinput 510 if_tunnel_get_ro(sc->gif_ro_percpu, &ro_pc, &lock_pc) [all...] |
/src/sys/netipsec/ |
ipsecif.c | 516 struct route *ro_pc; local in function:ipsecif6_output 618 if_tunnel_get_ro(sc->ipsec_ro_percpu, &ro_pc, &lock_pc); 619 if ((rt = rtcache_lookup(ro_pc, &u.dst)) == NULL) { 626 rtcache_unref(rt, ro_pc); 627 rtcache_free(ro_pc); 632 rtcache_unref(rt, ro_pc); 685 error = ip6_output(m, 0, ro_pc, flags, 0, NULL, NULL); 689 rtcache_free(ro_pc); 1013 struct route *ro_pc; local in function:ipsecif6_ctlinput 1038 if_tunnel_get_ro(sc->ipsec_ro_percpu, &ro_pc, &lock_pc) [all...] |