Searched refs:nn (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/bsd/netinet6/ |
| H A D | esp_output.c | 675 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-8020.101.4/bsd/net/ |
| H A D | pf_table.c | 1430 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-8020.101.4/bsd/netkey/ |
| H A D | key.c | 2933 struct mbuf *n, *nn; in key_spddelete2() local 2976 for (nn = n; nn; nn = nn->m_next) { in key_spddelete2() 2977 n->m_pkthdr.len += nn->m_len; in key_spddelete2() 6556 struct mbuf *n, *nn; in key_getspi() local 6616 for (nn = n; nn; nn = nn->m_next) { in key_getspi() 6617 n->m_pkthdr.len += nn->m_len; in key_getspi()
|