Searched refs:p_sc (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/wg/ |
H A D | if_wg.c | 177 struct wg_softc *p_sc; member 392 peer->p_sc = sc; in wg_peer_alloc() 456 struct wg_softc *sc = peer->p_sc; in wg_peer_destroy() 1114 DPRINTF(peer->p_sc, "Handshake for peer %" PRIu64 " did not complete " in wg_timers_run_retry_handshake() 1122 DPRINTF(peer->p_sc, "Handshake for peer %" PRIu64 " did not complete " in wg_timers_run_retry_handshake() 1161 DPRINTF(peer->p_sc, "Retrying handshake with peer %" PRIu64 " because we " in wg_timers_run_new_handshake() 1174 DPRINTF(peer->p_sc, "Zeroing out keys for peer %" PRIu64 ", since we " in wg_timers_run_zero_key_material() 1199 wg_send_buf(peer->p_sc, &endpoint, buf, len); in wg_peer_send_buf() 1211 DPRINTF(peer->p_sc, "Sending handshake initiation to peer %" PRIu64 "\n", peer->p_id); in wg_send_initiation() 1229 DPRINTF(peer->p_sc, "Sending handshake response to peer %" PRIu64 "\n", peer->p_id); in wg_send_response() [all …]
|