Searched refs:xdaddr (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/net/key/ |
H A D | af_key.c | 1282 xfrm_address_t *xsaddr = NULL, *xdaddr = NULL; pfkey_getspi() local 1308 xdaddr = (xfrm_address_t *)&((struct sockaddr_in *)(daddr + 1))->sin_addr.s_addr; pfkey_getspi() 1313 xdaddr = (xfrm_address_t *)&((struct sockaddr_in6 *)(daddr + 1))->sin6_addr; pfkey_getspi() 1321 if (x && !xfrm_addr_equal(&x->id.daddr, xdaddr, family)) { pfkey_getspi() 1328 x = xfrm_find_acq(net, &dummy_mark, mode, reqid, proto, xdaddr, xsaddr, 1, family); pfkey_getspi()
|
Completed in 86 milliseconds