Searched refs:cce (Results 1 – 3 of 3) sorted by relevance
| /src/sys/netinet/ |
| H A D | tcp_fastopen.c | 870 struct tcp_fastopen_ccache_entry *cce; in tcp_fastopen_connect() local 876 cce = tcp_fastopen_ccache_lookup(&inp->inp_inc, &ccb); in tcp_fastopen_connect() 877 if (cce) { in tcp_fastopen_connect() 878 if (cce->disable_time == 0) { in tcp_fastopen_connect() 879 if ((cce->cookie_len > 0) && in tcp_fastopen_connect() 885 cce->cookie, cce->cookie_len); in tcp_fastopen_connect() 887 tp->t_tfo_client_cookie_len = cce->cookie_len; in tcp_fastopen_connect() 888 memcpy(tp->t_tfo_cookie.client, cce->cookie, in tcp_fastopen_connect() 889 cce->cookie_len); in tcp_fastopen_connect() 891 server_mss = cce->server_mss; in tcp_fastopen_connect() [all …]
|
| /src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | of.c | 21 struct brcmfmac_pd_cc_entry *cce; in brcmf_of_get_country_codes() local 49 cce = &cc->table[i]; in brcmf_of_get_country_codes() 56 if (sscanf(map, "%2c-%2c-%d", cce->iso3166, cce->cc, in brcmf_of_get_country_codes() 57 &cce->rev) != 3) in brcmf_of_get_country_codes() 60 brcmf_dbg(INFO, "%s-%s-%d\n", cce->iso3166, cce->cc, in brcmf_of_get_country_codes() 61 cce->rev); in brcmf_of_get_country_codes()
|
| /src/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evpciph_aes_ccm_cavs.txt | 2336 Tag = 70587cce
|