Searched refs:ip6po_nexthop (Results 1 – 3 of 3) sorted by relevance
1291 dst = SIN6(opt->ip6po_nexthop); in ip6_output_list()3139 if (opt->ip6po_pktinfo || opt->ip6po_nexthop || in ip6_pcbopts()3269 if (pktopt && pktopt->ip6po_nexthop) { in ip6_getpcbopt()3270 optdata = (void *)pktopt->ip6po_nexthop; in ip6_getpcbopt()3271 optdatalen = pktopt->ip6po_nexthop->sa_len; in ip6_getpcbopt()3334 if (pktopt->ip6po_nexthop) { in ip6_clearpktopts()3335 kfree_data_addr(pktopt->ip6po_nexthop); in ip6_clearpktopts()3337 pktopt->ip6po_nexthop = NULL; in ip6_clearpktopts()3395 if (src->ip6po_nexthop) { in copypktopts()3396 dst->ip6po_nexthop = kalloc_data(src->ip6po_nexthop->sa_len, canwait); in copypktopts()[all …]
195 #define ip6po_nexthop ip6po_nhinfo.ip6po_nhi_nexthop macro
1105 if (opts != NULL && opts->ip6po_nexthop != NULL) { in selectroute()1108 sin6_next = satosin6(opts->ip6po_nexthop); in selectroute()1220 if (opts != NULL && opts->ip6po_nexthop != NULL) { in selectroute()