Home
last modified time | relevance | path

Searched refs:nn (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/bsd/netinet6/
H A Desp_output.c675 struct mbuf *nn; in esp_output() local
677 MGET(nn, M_DONTWAIT, MT_DATA); in esp_output()
678 if (!nn) { in esp_output()
685 extend = mtod(nn, u_char *); in esp_output()
687 nn->m_len = (int)extendsiz; in esp_output()
688 nn->m_next = NULL; in esp_output()
689 n->m_next = nn; in esp_output()
690 n = nn; in esp_output()
847 struct mbuf *nn; in esp_output() local
849 MGET(nn, M_DONTWAIT, MT_DATA); in esp_output()
[all …]
/xnu-8792.41.9/bsd/net/
H A Dpf_table.c1430 int n, nn; in pfr_get_tables() local
1436 n = nn = pfr_table_count(filter, flags); in pfr_get_tables()
1460 *size = nn; in pfr_get_tables()
1470 int n, nn; in pfr_get_tstats() local
1480 n = nn = pfr_table_count(filter, flags); in pfr_get_tstats()
1510 *size = nn; in pfr_get_tstats()
/xnu-8792.41.9/bsd/netkey/
H A Dkey.c2998 struct mbuf *n, *nn; in key_spddelete2() local
3041 for (nn = n; nn; nn = nn->m_next) { in key_spddelete2()
3042 n->m_pkthdr.len += nn->m_len; in key_spddelete2()
6623 struct mbuf *n, *nn; in key_getspi() local
6683 for (nn = n; nn; nn = nn->m_next) { in key_getspi()
6684 n->m_pkthdr.len += nn->m_len; in key_getspi()