Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/bsd/net/ !
H A Dpf_table.c1429 int n, nn; in pfr_get_tables() local
1435 n = nn = pfr_table_count(filter, flags); in pfr_get_tables()
1459 *size = nn; in pfr_get_tables()
1469 int n, nn; in pfr_get_tstats() local
1479 n = nn = pfr_table_count(filter, flags); in pfr_get_tstats()
1509 *size = nn; in pfr_get_tstats()
/xnu-8019.80.24/bsd/netkey/ !
H A Dkey.c2964 struct mbuf *n, *nn; in key_spddelete2() local
3007 for (nn = n; nn; nn = nn->m_next) { in key_spddelete2()
3008 n->m_pkthdr.len += nn->m_len; in key_spddelete2()
6636 struct mbuf *n, *nn; in key_getspi() local
6696 for (nn = n; nn; nn = nn->m_next) { in key_getspi()
6697 n->m_pkthdr.len += nn->m_len; in key_getspi()