Searched refs:newip6 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/netinet6/
H A Din6_jail.c88 prison_restrict_ip6(struct prison *pr, struct in6_addr *newip6) argument
104 if (newip6 == NULL) {
105 newip6 = malloc(ppr->pr_ip6s * sizeof(*newip6),
107 if (newip6 != NULL)
110 if (newip6 != NULL) {
111 bcopy(ppr->pr_ip6, newip6,
112 ppr->pr_ip6s * sizeof(*newip6));
114 pr->pr_ip6 = newip6;
122 pr->pr_ip6s * sizeof(*newip6));
[all...]
/freebsd-13-stable/sys/dev/cxgbe/crypto/
H A Dt4_kern_tls.c1367 struct ip6_hdr *ip6, newip6; local
1416 newip6 = *ip6;
1417 newip6.ip6_plen = htons(pktlen - m->m_pkthdr.l2hlen);
1418 copy_to_txd(&txq->eq, (caddr_t)&newip6, &out, sizeof(newip6));
1461 struct ip6_hdr *ip6, newip6; local
1516 newip6 = *ip6;
1517 newip6.ip6_plen = htons(pktlen - m->m_pkthdr.l2hlen);
1518 copy_to_txd(&txq->eq, (caddr_t)&newip6, &out, sizeof(newip6));
2108 struct ip6_hdr *ip6, newip6; local
[all...]

Completed in 155 milliseconds