Home
last modified time | relevance | path

Searched refs:p_aips (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sbin/ifconfig/
H A Difwg.c183 wg_aip = &wg_peer->p_aips[0]; in wg_setpeer()
433 wg_aip = &wg_peer->p_aips[j]; in wg_status()
439 wg_aip = &wg_peer->p_aips[wg_peer->p_aips_count]; in wg_status()
/dragonfly/sys/net/wg/
H A Dif_wg.h69 struct wg_aip_io p_aips[]; member
H A Dif_wg.c264 LIST_HEAD(, wg_aip) p_aips;
625 LIST_INIT(&peer->p_aips); in wg_peer_create()
814 LIST_INSERT_HEAD(&peer->p_aips, aip, a_entry); in wg_aip_add()
835 LIST_INSERT_HEAD(&peer->p_aips, aip, a_entry); in wg_aip_add()
890 LIST_FOREACH_MUTABLE(aip, &peer->p_aips, a_entry, taip) { in wg_aip_remove_all()
909 if (!LIST_EMPTY(&peer->p_aips) || peer->p_aips_num != 0) in wg_aip_remove_all()
2457 aip_p = &peer_p->p_aips[0]; in wg_ioctl_get()
2458 LIST_FOREACH(aip, &peer->p_aips, a_entry) { in wg_ioctl_get()
2617 aip_p = &peer_p->p_aips[j]; in wg_ioctl_set()
2634 aip_p = &peer_p->p_aips[peer_o.p_aips_count]; in wg_ioctl_set()
/dragonfly/sys/net/wg/selftest/
H A Dallowedips.c69 LIST_INIT(&peer->p_aips); in test_aip_peer_new()
729 LIST_FOREACH(aip, &a->p_aips, a_entry) { in wg_allowedips_lookup_test()