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

/macosx-10.10.1/xnu-2782.1.97/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);
410 inp = LIST_NEXT(inp, inp_list)) {
[all...]
H A Draw_ip.c216 LIST_FOREACH(inp, &ripcb, inp_list) {
1011 struct inpcb *inp, **inp_list; variable in typeref:struct:
1057 inp_list = _MALLOC(n * sizeof *inp_list, M_TEMP, M_WAITOK);
1058 if (inp_list == 0) {
1064 inp = inp->inp_list.le_next) {
1066 inp_list[i++] = inp;
1072 inp = inp_list[i];
1100 FREE(inp_list, M_TEMP);
1115 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 Dtcp_subr.c1310 LIST_FOREACH(inp, tcbinfo.ipi_listhead, inp_list) {
1465 struct inpcb *inp, **inp_list; variable in typeref:struct:
1512 inp_list = _MALLOC(n * sizeof *inp_list, M_TEMP, M_WAITOK);
1513 if (inp_list == 0) {
1518 LIST_FOREACH(inp, tcbinfo.ipi_listhead, inp_list) {
1521 inp_list[i++] = inp;
1529 inp_list[i++] = inp;
1537 inp = inp_list[i];
1575 FREE(inp_list, M_TEM
1649 struct inpcb *inp, **inp_list; variable in typeref:struct:
[all...]
H A Dudp_usrreq.c418 LIST_FOREACH(inp, &udb, inp_list) {
984 struct inpcb *inp, **inp_list; variable in typeref:struct:
1030 inp_list = _MALLOC(n * sizeof (*inp_list), M_TEMP, M_WAITOK);
1031 if (inp_list == 0) {
1037 inp = LIST_NEXT(inp, inp_list)) {
1040 inp_list[i++] = inp;
1046 inp = inp_list[i];
1075 FREE(inp_list, M_TEMP);
1090 struct inpcb *inp, **inp_list; variable in typeref:struct:
[all...]
H A Din_pcb.h144 LIST_ENTRY(inpcb) inp_list; /* list for all PCBs of this proto */ member in struct:inpcb
290 _INPCB_LIST_ENTRY(inpcb) inp_list; /* list for all peer PCBs */ member in struct:inpcb_compat
376 struct inpcb64_list_entry inp_list; /* list for all PCBs */ member in struct:xinpcb64
H A Din_pcb.c616 LIST_INSERT_HEAD(pcbinfo->ipi_listhead, inp, inp_list);
1592 LIST_FOREACH(inp, pcbinfo->ipi_listhead, inp_list) {
2202 LIST_REMOVE(inp, inp_list);
2846 LIST_FOREACH(inp, pcbinfo->ipi_listhead, inp_list) {
H A Dtcp_timer.c329 LIST_REMOVE(inp, inp_list);
532 LIST_FOREACH_SAFE(inp, &tcb, inp_list, nxt) {
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkpi_socketfilter.c1338 LIST_FOREACH(inp, tcbinfo.ipi_listhead, inp_list) {
1355 LIST_FOREACH(inp, udbinfo.ipi_listhead, inp_list) {
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Din6_pcb.c893 ninp = LIST_NEXT(inp, inp_list);
H A Draw_ip6.c170 LIST_FOREACH(in6p, &ripcb, inp_list) {
H A Dudp6_usrreq.c345 LIST_FOREACH(in6p, &udb, inp_list) {
H A Dicmp6.c2048 LIST_FOREACH(in6p, &ripcb, inp_list)
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dntstat.c1098 LIST_FOREACH(inp, tcbinfo.ipi_listhead, inp_list)
1489 LIST_FOREACH(inp, udbinfo.ipi_listhead, inp_list)
H A Dcontent_filter.c1225 LIST_FOREACH(inp, pcbinfo->ipi_listhead, inp_list) {
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dnet.py1754 pcb0 = pcb0.inp_list.le_next
1764 pcb0 = pcb0.inp_list.le_next

Completed in 304 milliseconds