- t2ex
- bsd_source/t2ex/network/net/src_bsd/net/route.c - 44.7KB - 1,375 lines
1074: while ((r = TAILQ_FIRST(&rtq->rtq_head)) != NULL) {
1075: LIST_REMOVE(r, rtt_link);
1076: TAILQ_REMOVE(&rtq->rtq_head, r, rtt_next);
- More results from route.c
- bsd_source/t2ex/network/net/src_bsd/netinet/if_arp.c - 55.2KB - 1,677 lines
672: arp_inuse--;
673: LIST_REMOVE(la, la_list);
674: rt->rt_llinfo = NULL;
- bsd_source/t2ex/network/net/src_bsd/netinet/igmp.c - 22.5KB - 665 lines
147: if (rti->rti_ifp == ifp) {
148: LIST_REMOVE(rti, rti_link);
149: pool_put(&igmp_rti_pool, rti);
- bsd_source/t2ex/network/net/src_bsd/netinet/in.c - 41.9KB - 1,225 lines
603: in_ifscrub(ifp, ia);
604: LIST_REMOVE(ia, ia_hash);
605: ifa_remove(ifp, &ia->ia_ifa);
- More results from in.c
- bsd_source/t2ex/network/net/src_bsd/netinet/in_pcb.c - 36.2KB - 1,082 lines
474: inp->inp_lport = lport;
475: LIST_REMOVE(&inp->inp_head, inph_lhash);
476: LIST_INSERT_HEAD(INPCBHASH_PORT(table, inp->inp_lport), &inp->inp_head,
- More results from in_pcb.c
- bsd_source/t2ex/network/net/src_bsd/netinet/ip_encap.c - 27.8KB - 992 lines
524: fail:
525: LIST_REMOVE(ep, chain);
526: return error;
- More results from ip_encap.c
- bsd_source/t2ex/network/net/src_bsd/netinet/ip_flow.c - 15.7KB - 521 lines
106: do { \
107: LIST_REMOVE((ipf), ipf_hash); \
108: LIST_REMOVE((ipf), ipf_list); \
- More results from ip_flow.c
- bsd_source/t2ex/network/net/src_bsd/netinet/ip_icmp.c - 44.0KB - 1,314 lines
273: if (mc->mc_func == func) {
274: LIST_REMOVE(mc, mc_list);
275: free(mc, M_PCB);
- bsd_source/t2ex/network/net/src_bsd/netinet/ip_input.c - 90.8KB - 2,575 lines
1385: ip->ip_dst = fp->ipq_dst;
1386: LIST_REMOVE(fp, ipq_q);
1387: FREE(fp, M_FTABLE);
- More results from ip_input.c
- bsd_source/t2ex/network/net/src_bsd/netinet/tcp_input.c - 167.0KB - 4,503 lines
3339: sc->sc_tp = NULL;
3340: LIST_REMOVE(sc, sc_tpq);
3341: tcp_syn_cache[sc->sc_bucketidx].sch_length--;