Searched refs:inp_list (Results 1 - 15 of 15) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Din_pcblist.c260 struct inpcb *inp, **inp_list = NULL; local
316 inp_list = _MALLOC(n * sizeof (*inp_list), M_TEMP, M_WAITOK);
317 if (inp_list == NULL) {
323 inp = inp->inp_list.le_next) {
326 inp_list[i++] = inp;
332 inp = inp_list[i];
389 if (inp_list != NULL)
390 FREE(inp_list, M_TEMP);
408 inp = LIST_NEXT(inp, inp_list)) {
[all...]
H A Draw_ip.c221 LIST_FOREACH(inp, &ripcb, inp_list) {
1044 struct inpcb *inp, **inp_list; variable in typeref:struct:
1090 inp_list = _MALLOC(n * sizeof *inp_list, M_TEMP, M_WAITOK);
1091 if (inp_list == 0) {
1097 inp = inp->inp_list.le_next) {
1099 inp_list[i++] = inp;
1105 inp = inp_list[i];
1133 FREE(inp_list, M_TEMP);
1147 struct inpcb *inp, **inp_list; variable in typeref:struct:
[all...]
H A Dip_divert.c295 LIST_FOREACH(inp, &divcb, inp_list) {
576 struct inpcb *inp, **inp_list;
615 inp_list = _MALLOC(n * sizeof *inp_list, M_TEMP, M_WAITOK);
616 if (inp_list == 0) {
622 inp = LIST_NEXT(inp, inp_list)) {
628 inp_list[i++] = inp;
634 inp = inp_list[i];
662 FREE(inp_list, M_TEMP);
H A Dudp_usrreq.c412 LIST_FOREACH(inp, &udb, inp_list) {
986 struct inpcb *inp, **inp_list; variable in typeref:struct:
1032 inp_list = _MALLOC(n * sizeof (*inp_list), M_TEMP, M_WAITOK);
1033 if (inp_list == 0) {
1039 inp = LIST_NEXT(inp, inp_list)) {
1042 inp_list[i++] = inp;
1048 inp = inp_list[i];
1077 FREE(inp_list, M_TEMP);
1092 struct inpcb *inp, **inp_list; variable in typeref:struct:
[all...]
H A Dtcp_subr.c1250 LIST_FOREACH(inp, tcbinfo.ipi_listhead, inp_list) {
1405 struct inpcb *inp, **inp_list; variable in typeref:struct:
1452 inp_list = _MALLOC(n * sizeof *inp_list, M_TEMP, M_WAITOK);
1453 if (inp_list == 0) {
1458 LIST_FOREACH(inp, tcbinfo.ipi_listhead, inp_list) {
1461 inp_list[i++] = inp;
1469 inp_list[i++] = inp;
1477 inp = inp_list[i];
1515 FREE(inp_list, M_TEM
1588 struct inpcb *inp, **inp_list; variable in typeref:struct:
[all...]
H A Din_pcb.h137 LIST_ENTRY(inpcb) inp_list; /* list for all PCBs of this proto */ member in struct:inpcb
270 _INPCB_LIST_ENTRY(inpcb) inp_list; /* list for all peer PCBs */ member in struct:inpcb_compat
356 struct inpcb64_list_entry inp_list; /* list for all PCBs */ member in struct:xinpcb64
H A Din_pcb.c577 LIST_INSERT_HEAD(pcbinfo->ipi_listhead, inp, inp_list);
1519 LIST_FOREACH(inp, pcbinfo->ipi_listhead, inp_list) {
2109 LIST_REMOVE(inp, inp_list);
2715 LIST_FOREACH(inp, pcbinfo->ipi_listhead, inp_list) {
H A Dtcp_timer.c312 LIST_REMOVE(inp, inp_list);
513 LIST_FOREACH_SAFE(inp, &tcb, inp_list, nxt) {
/xnu-2422.115.4/bsd/kern/
H A Dkpi_socketfilter.c1338 LIST_FOREACH(inp, tcbinfo.ipi_listhead, inp_list) {
1355 LIST_FOREACH(inp, udbinfo.ipi_listhead, inp_list) {
/xnu-2422.115.4/bsd/netinet6/
H A Din6_pcb.c860 ninp = LIST_NEXT(inp, inp_list);
H A Draw_ip6.c168 LIST_FOREACH(in6p, &ripcb, inp_list) {
H A Dudp6_usrreq.c341 LIST_FOREACH(in6p, &udb, inp_list) {
H A Dicmp6.c2043 LIST_FOREACH(in6p, &ripcb, inp_list)
/xnu-2422.115.4/bsd/net/
H A Dntstat.c964 for (inp = LIST_FIRST(tcbinfo.ipi_listhead); inp; inp = LIST_NEXT(inp, inp_list))
1253 for (inp = LIST_FIRST(udbinfo.ipi_listhead); inp; inp = LIST_NEXT(inp, inp_list))
/xnu-2422.115.4/tools/lldbmacros/
H A Dnet.py1754 pcb0 = pcb0.inp_list.le_next
1764 pcb0 = pcb0.inp_list.le_next

Completed in 111 milliseconds