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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_divert.c280 LIST_FOREACH(inp, &divcb, inp_list) {
535 struct inpcb *inp, **inp_list; variable in typeref:struct:
574 inp_list = _MALLOC(n * sizeof *inp_list, M_TEMP, M_WAITOK);
575 if (inp_list == 0) {
581 inp = LIST_NEXT(inp, inp_list)) {
587 inp_list[i++] = inp;
593 inp = inp_list[i];
621 FREE(inp_list, M_TEMP);
H A Dtcp_timer.c178 LIST_REMOVE(tp->t_inpcb, inp_list);
198 LIST_INSERT_HEAD(&time_wait_slots[tw_slot], tp->t_inpcb, inp_list);
242 LIST_FOREACH(inp, &tcb, inp_list) {
381 LIST_FOREACH(inp, &tcb, inp_list) {
505 LIST_FOREACH(inp, &time_wait_slots[cur_tw_slot], inp_list) {
540 LIST_FOREACH_SAFE(inp, &tcb, inp_list, nxt) {
545 LIST_FOREACH_SAFE(inp, &time_wait_slots[cur_tw_slot], inp_list, nxt) {
H A Draw_ip.c204 LIST_FOREACH(inp, &ripcb, inp_list) {
826 struct inpcb *inp, **inp_list; variable in typeref:struct:
872 inp_list = _MALLOC(n * sizeof *inp_list, M_TEMP, M_WAITOK);
873 if (inp_list == 0) {
879 inp = inp->inp_list.le_next) {
881 inp_list[i++] = inp;
887 inp = inp_list[i];
915 FREE(inp_list, M_TEMP);
H A Dudp_usrreq.c428 LIST_FOREACH(inp, &udb, inp_list) {
881 struct inpcb *inp, **inp_list; variable in typeref:struct:
927 inp_list = _MALLOC(n * sizeof *inp_list, M_TEMP, M_WAITOK);
928 if (inp_list == 0) {
934 inp = LIST_NEXT(inp, inp_list)) {
936 inp_list[i++] = inp;
942 inp = inp_list[i];
970 FREE(inp_list, M_TEMP);
1448 inpnxt = inp->inp_list
[all...]
H A Dtcp_subr.c1005 inpb = LIST_NEXT(inpb, inp_list)) {
1069 struct inpcb *inp, **inp_list; variable in typeref:struct:
1116 inp_list = _MALLOC(n * sizeof *inp_list, M_TEMP, M_WAITOK);
1117 if (inp_list == 0) {
1123 inp = LIST_NEXT(inp, inp_list)) {
1129 inp_list[i++] = inp;
1136 inpnxt = inp->inp_list.le_next;
1138 inp_list[i++] = inp;
1146 inp = inp_list[
[all...]
H A Din_pcb.h129 LIST_ENTRY(inpcb) inp_list; /* list for all PCBs of this proto */ member in struct:inpcb
261 _INPCB_LIST_ENTRY(inpcb) inp_list; /* list for all PCBs of this proto */ member in struct:inpcb_compat
H A Dip_edgehole.c167 LIST_FOREACH(inp, lockedinfo->listhead, inp_list)
H A Din_pcb.c269 LIST_INSERT_HEAD(pcbinfo->listhead, inp, inp_list);
985 LIST_FOREACH(inp, pcbinfo->listhead, inp_list) {
1012 for (inp = head; inp != NULL; inp = LIST_NEXT(inp, inp_list)) {
1433 LIST_REMOVE(inp, inp_list);
1762 for (inp = pcbinfo->listhead->lh_first; inp != NULL; inp = inp->inp_list.le_next) {
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_pcb.c966 ninp = LIST_NEXT(inp, inp_list);
1107 for (in6p = head; in6p != NULL; in6p = LIST_NEXT(in6p, inp_list)) {
H A Draw_ip6.c149 LIST_FOREACH(in6p, &ripcb, inp_list) {
H A Dudp6_usrreq.c284 LIST_FOREACH(in6p, &udb, inp_list) {
H A Dicmp6.c1934 LIST_FOREACH(in6p, &ripcb, inp_list)

Completed in 57 milliseconds