Searched refs:p_sc (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/net/ |
H A D | if_vxlan.c | 100 struct vxlan_softc *p_sc; member 662 sc = vxlan_take(p->p_sc); in vxlan_input() 1034 up->p_sc = vxlan_take(sc); in vxlan_tep_up() 1053 mp->p_sc = vxlan_take(sc); in vxlan_tep_up() 1065 vxlan_rele(mp->p_sc); in vxlan_tep_up() 1070 vxlan_rele(up->p_sc); in vxlan_tep_up() 1083 vxlan_rele(mp->p_sc); in vxlan_tep_down() 1088 vxlan_rele(up->p_sc); in vxlan_tep_down()
|
H A D | if_wg.c | 204 struct wg_softc *p_sc; member 412 peer->p_sc = sc; in wg_peer_create() 489 struct wg_softc *sc = peer->p_sc; in wg_peer_destroy() 1164 WGPRINTF(LOG_INFO, peer->p_sc, &peer->p_endpoint_mtx, in wg_timers_run_retry_handshake() 1175 WGPRINTF(LOG_INFO, peer->p_sc, &peer->p_endpoint_mtx, in wg_timers_run_retry_handshake() 1209 WGPRINTF(LOG_INFO, peer->p_sc, &peer->p_endpoint_mtx, in wg_timers_run_new_handshake() 1252 wg_send_buf(peer->p_sc, &endpoint, buf, len); in wg_peer_send_buf() 1265 WGPRINTF(LOG_INFO, peer->p_sc, &peer->p_endpoint_mtx, "Sending " in wg_send_initiation() 1326 struct wg_softc *sc = peer->p_sc; in wg_send_keepalive() 1798 struct wg_softc *sc = peer->p_sc; in wg_deliver_out() [all …]
|