Searched refs:psk (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_ioctl.c | 2337 if (!psk->psk_ifname[0] || in pfioctl() 2351 psk->psk_killed = killed; in pfioctl() 2365 if (psk->psk_pfcmp.id) { in pfioctl() 2371 psk->psk_killed = 1; in pfioctl() 2395 if ((!psk->psk_af || sk->af == psk->psk_af) in pfioctl() 2396 && (!psk->psk_proto || psk->psk_proto == in pfioctl() 2408 psk->psk_src.port[0], psk->psk_src.port[1], in pfioctl() 2412 psk->psk_dst.port[0], psk->psk_dst.port[1], in pfioctl() 2414 (!psk->psk_label[0] || in pfioctl() 2416 !strcmp(psk->psk_label, in pfioctl() [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_fastopen.c | 239 uint8_t psk[TCP_FASTOPEN_MAX_PSKS][TCP_FASTOPEN_KEY_LEN]; member 503 tcp_fastopen_addpsk_locked(uint8_t *psk) in tcp_fastopen_addpsk_locked() argument 509 memcpy(V_tcp_fastopen_keys.psk[V_tcp_fastopen_keys.newest_psk], psk, in tcp_fastopen_addpsk_locked() 562 tcp_fastopen_make_psk_cookie(uint8_t *psk, uint8_t *cookie, uint8_t cookie_len) in tcp_fastopen_make_psk_cookie() argument 568 SipHash_SetKey(&ctx, psk); in tcp_fastopen_make_psk_cookie() 586 V_tcp_fastopen_keys.psk[psk_index], in tcp_fastopen_find_cookie_match_locked()
|
| H A D | tcp.h | 374 uint8_t psk[TCP_FASTOPEN_PSK_LEN]; member
|
| H A D | tcp_usrreq.c | 2401 tfo_optval.psk, in tcp_default_ctloutput()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp.h | 374 uint8_t psk[TCP_FASTOPEN_PSK_LEN]; member
|