Searched refs:p_remote (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/wg/ |
| H A D | if_wg.c | 179 struct noise_remote *p_remote; member 394 peer->p_remote = noise_remote_alloc(sc->sc_local, peer, pub_key); in wg_peer_create() 395 if ((*errp = noise_remote_enable(peer->p_remote)) != 0) { in wg_peer_create() 396 noise_remote_free(peer->p_remote, NULL); in wg_peer_create() 480 noise_remote_disable(peer->p_remote); in wg_peer_destroy() 493 noise_remote_free(peer->p_remote, wg_peer_free_deferred); in wg_peer_destroy() 695 noise_remote_ref(peer->p_remote); in wg_aip_lookup() 1188 if (noise_remote_initiation_expired(peer->p_remote) == ETIMEDOUT) in wg_timers_run_send_initiation() 1266 noise_remote_keypairs_clear(peer->p_remote); in wg_timers_run_zero_key_material() 1296 if (noise_create_initiation(peer->p_remote, &pkt.s_idx, pkt.ue, in wg_send_initiation() [all …]
|
| /src/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()
|