Searched refs:p_remote (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/wg/ |
H A D | if_wg.c | 179 struct noise_remote *p_remote; member 388 peer->p_remote = noise_remote_alloc(sc->sc_local, peer, pub_key); in wg_peer_alloc() 461 noise_remote_disable(peer->p_remote); in wg_peer_destroy() 474 noise_remote_free(peer->p_remote, wg_peer_free_deferred); in wg_peer_destroy() 606 noise_remote_ref(peer->p_remote); in wg_aip_lookup() 1099 if (noise_remote_initiation_expired(peer->p_remote) == ETIMEDOUT) in wg_timers_run_send_initiation() 1177 noise_remote_keypairs_clear(peer->p_remote); in wg_timers_run_zero_key_material() 1207 if (noise_create_initiation(peer->p_remote, &pkt.s_idx, pkt.ue, in wg_send_initiation() 1225 if (noise_create_response(peer->p_remote, &pkt.s_idx, &pkt.r_idx, in wg_send_response() 1578 noise_remote_put(allowed_peer->p_remote); in wg_decrypt() [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_dcbx.c | 817 struct lldp_status_params_s *p_remote; in ecore_dcbx_get_remote_lldp_params() local 819 p_remote = &p_hwfn->p_dcbx_info->lldp_remote[LLDP_NEAREST_BRIDGE]; in ecore_dcbx_get_remote_lldp_params() 822 p_remote->peer_chassis_id, in ecore_dcbx_get_remote_lldp_params() 824 OSAL_MEMCPY(params->lldp_remote.peer_port_id, p_remote->peer_port_id, in ecore_dcbx_get_remote_lldp_params()
|