Searched refs:ip6po_nexthop (Results 1 – 3 of 3) sorted by relevance
1298 dst = SIN6(opt->ip6po_nexthop); in ip6_output_list()3137 if (opt->ip6po_pktinfo || opt->ip6po_nexthop || in ip6_pcbopts()3267 if (pktopt && pktopt->ip6po_nexthop) { in ip6_getpcbopt()3268 optdata = (void *)pktopt->ip6po_nexthop; in ip6_getpcbopt()3269 optdatalen = pktopt->ip6po_nexthop->sa_len; in ip6_getpcbopt()3332 if (pktopt->ip6po_nexthop) { in ip6_clearpktopts()3333 kfree_data_addr(pktopt->ip6po_nexthop); in ip6_clearpktopts()3335 pktopt->ip6po_nexthop = NULL; in ip6_clearpktopts()3393 if (src->ip6po_nexthop) { in copypktopts()3394 dst->ip6po_nexthop = kalloc_data(src->ip6po_nexthop->sa_len, canwait); in copypktopts()[all …]
197 #define ip6po_nexthop ip6po_nhinfo.ip6po_nhi_nexthop macro
1197 if (opts != NULL && opts->ip6po_nexthop != NULL) { in selectroute()1200 sin6_next = satosin6(opts->ip6po_nexthop); in selectroute()1312 if (opts != NULL && opts->ip6po_nexthop != NULL) { in selectroute()