Searched refs:nn (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.141.1/bsd/netinet6/ |
| H A D | esp_output.c | 679 struct mbuf *nn; in esp_output() local 681 MGET(nn, M_DONTWAIT, MT_DATA); in esp_output() 682 if (!nn) { in esp_output() 689 extend = mtod(nn, u_char *); in esp_output() 691 nn->m_len = (int)extendsiz; in esp_output() 692 nn->m_next = NULL; in esp_output() 693 n->m_next = nn; in esp_output() 694 n = nn; in esp_output() 851 struct mbuf *nn; in esp_output() local 853 MGET(nn, M_DONTWAIT, MT_DATA); in esp_output() [all …]
|
| /xnu-10063.141.1/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-10063.141.1/bsd/netkey/ |
| H A D | key.c | 3059 struct mbuf *n, *nn; in key_spddelete2() local 3102 for (nn = n; nn; nn = nn->m_next) { in key_spddelete2() 3103 n->m_pkthdr.len += nn->m_len; in key_spddelete2() 6727 struct mbuf *n, *nn; in key_getspi() local 6787 for (nn = n; nn; nn = nn->m_next) { in key_getspi() 6788 n->m_pkthdr.len += nn->m_len; in key_getspi()
|