Searched refs:ip6po_nexthop (Results 1 – 3 of 3) sorted by relevance
1296 dst = SIN6(opt->ip6po_nexthop); in ip6_output_list()3135 if (opt->ip6po_pktinfo || opt->ip6po_nexthop || in ip6_pcbopts()3265 if (pktopt && pktopt->ip6po_nexthop) { in ip6_getpcbopt()3266 optdata = (void *)pktopt->ip6po_nexthop; in ip6_getpcbopt()3267 optdatalen = pktopt->ip6po_nexthop->sa_len; in ip6_getpcbopt()3330 if (pktopt->ip6po_nexthop) { in ip6_clearpktopts()3331 kfree_data_addr(pktopt->ip6po_nexthop); in ip6_clearpktopts()3333 pktopt->ip6po_nexthop = NULL; in ip6_clearpktopts()3391 if (src->ip6po_nexthop) { in copypktopts()3392 dst->ip6po_nexthop = kalloc_data(src->ip6po_nexthop->sa_len, canwait); in copypktopts()[all …]
195 #define ip6po_nexthop ip6po_nhinfo.ip6po_nhi_nexthop macro
1200 if (opts != NULL && opts->ip6po_nexthop != NULL) { in selectroute()1203 sin6_next = satosin6(opts->ip6po_nexthop); in selectroute()1315 if (opts != NULL && opts->ip6po_nexthop != NULL) { in selectroute()