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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcblist.c260 struct inpcb *inp, **inp_list = NULL; local
317 inp_list = _MALLOC(n * sizeof *inp_list, M_TEMP, M_WAITOK);
318 if (inp_list == 0) {
324 inp = inp->inp_list.le_next) {
326 inp_list[i++] = inp;
332 inp = inp_list[i];
380 if (inp_list)
381 FREE(inp_list, M_TEMP);
394 for (inp = LIST_FIRST(pcbinfo->listhead); inp; inp = LIST_NEXT(inp, inp_list)) {
[all...]
H A Draw_ip.c211 LIST_FOREACH(inp, &ripcb, inp_list) {
975 struct inpcb *inp, **inp_list; variable in typeref:struct:
1021 inp_list = _MALLOC(n * sizeof *inp_list, M_TEMP, M_WAITOK);
1022 if (inp_list == 0) {
1028 inp = inp->inp_list.le_next) {
1030 inp_list[i++] = inp;
1036 inp = inp_list[i];
1064 FREE(inp_list, M_TEMP);
1079 struct inpcb *inp, **inp_list; variable in typeref:struct:
[all...]
H A Dip_divert.c283 LIST_FOREACH(inp, &divcb, inp_list) {
557 struct inpcb *inp, **inp_list;
596 inp_list = _MALLOC(n * sizeof *inp_list, M_TEMP, M_WAITOK);
597 if (inp_list == 0) {
603 inp = LIST_NEXT(inp, inp_list)) {
609 inp_list[i++] = inp;
615 inp = inp_list[i];
643 FREE(inp_list, M_TEMP);
H A Dudp_usrreq.c423 LIST_FOREACH(inp, &udb, inp_list) {
985 struct inpcb *inp, **inp_list; variable in typeref:struct:
1031 inp_list = _MALLOC(n * sizeof *inp_list, M_TEMP, M_WAITOK);
1032 if (inp_list == 0) {
1038 inp = LIST_NEXT(inp, inp_list)) {
1040 inp_list[i++] = inp;
1046 inp = inp_list[i];
1074 FREE(inp_list, M_TEMP);
1089 struct inpcb *inp, **inp_list; variable in typeref:struct:
[all...]
H A Dtcp_subr.c1222 inpb = LIST_NEXT(inpb, inp_list)) {
1373 struct inpcb *inp, **inp_list; variable in typeref:struct:
1420 inp_list = _MALLOC(n * sizeof *inp_list, M_TEMP, M_WAITOK);
1421 if (inp_list == 0) {
1427 inp = LIST_NEXT(inp, inp_list)) {
1433 inp_list[i++] = inp;
1440 inpnxt = inp->inp_list.le_next;
1442 inp_list[i++] = inp;
1450 inp = inp_list[
1560 struct inpcb *inp, **inp_list; variable in typeref:struct:
[all...]
H A Din_pcb.h150 LIST_ENTRY(inpcb) inp_list; /* list for all PCBs of this proto */ member in struct:inpcb
279 _INPCB_LIST_ENTRY(inpcb) inp_list; /* list for all PCBs of this proto */ member in struct:inpcb_compat
368 inp_list; /* list for all PCBs of this proto */ member in struct:xinpcb64
H A Dtcp_timer.c281 LIST_REMOVE(tp->t_inpcb, inp_list);
301 LIST_INSERT_HEAD(&time_wait_slots[tw_slot], tp->t_inpcb, inp_list);
456 LIST_FOREACH(inp, &time_wait_slots[cur_tw_slot], inp_list) {
491 LIST_FOREACH_SAFE(inp, &tcb, inp_list, nxt) {
496 LIST_FOREACH_SAFE(inp, &time_wait_slots[cur_tw_slot], inp_list, nxt) {
H A Din_pcb.c341 LIST_INSERT_HEAD(pcbinfo->listhead, inp, inp_list);
1171 LIST_FOREACH(inp, pcbinfo->listhead, inp_list) {
1737 LIST_REMOVE(inp, inp_list);
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_socketfilter.c1204 LIST_FOREACH(inp, tcbinfo.listhead, inp_list) {
1220 LIST_FOREACH(inp, udbinfo.listhead, inp_list) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_usrreq.c328 LIST_FOREACH(in6p, &udb, inp_list) {
H A Din6_pcb.c827 ninp = LIST_NEXT(inp, inp_list);
H A Draw_ip6.c170 LIST_FOREACH(in6p, &ripcb, inp_list) {
H A Dicmp6.c2089 LIST_FOREACH(in6p, &ripcb, inp_list)
/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c885 for (inp = LIST_FIRST(tcbinfo.listhead); inp; inp = LIST_NEXT(inp, inp_list))
1132 for (inp = LIST_FIRST(udbinfo.listhead); inp; inp = LIST_NEXT(inp, inp_list))
H A Dbpf.c816 LIST_FOREACH(inp, pcbinfo->listhead, inp_list) {

Completed in 167 milliseconds