Searched refs:ip6po_nexthop (Results 1 – 3 of 3) sorted by relevance
1316 dst = SIN6(opt->ip6po_nexthop); in ip6_output_list()3195 if (opt->ip6po_pktinfo || opt->ip6po_nexthop || in ip6_pcbopts()3311 if (pktopt && pktopt->ip6po_nexthop) { in ip6_getpcbopt()3312 … sooptcopyout(sopt, (struct sockaddr *__indexable)pktopt->ip6po_nexthop, pktopt->ip6po_nexthop->sa… in ip6_getpcbopt()3374 if (pktopt->ip6po_nexthop) { in ip6_clearpktopts()3375 kfree_data_addr(pktopt->ip6po_nexthop); in ip6_clearpktopts()3377 pktopt->ip6po_nexthop = NULL; in ip6_clearpktopts()3445 if (src->ip6po_nexthop) { in copypktopts()3446 dst->ip6po_nexthop = kalloc_data(src->ip6po_nexthop->sa_len, canwait); in copypktopts()3447 if (dst->ip6po_nexthop == NULL && canwait == Z_NOWAIT) { in copypktopts()[all …]
206 #define ip6po_nexthop ip6po_nhinfo.ip6po_nhi_nexthop macro
1194 if (opts != NULL && opts->ip6po_nexthop != NULL) { in selectroute()1197 sin6_next = satosin6(opts->ip6po_nexthop); in selectroute()1309 if (opts != NULL && opts->ip6po_nexthop != NULL) { in selectroute()