Searched refs:LIST_FOREACH (Results 226 - 250 of 407) sorted by relevance

1234567891011>>

/freebsd-10.1-release/sys/netinet/
H A Dsctp_output.c2055 LIST_FOREACH(sctp_ifnp, &vrf->ifnlist, next_ifn) {
2064 LIST_FOREACH(sctp_ifap, &sctp_ifnp->ifalist, next_ifa) {
2097 LIST_FOREACH(sctp_ifnp, &vrf->ifnlist, next_ifn) {
2107 LIST_FOREACH(sctp_ifap, &sctp_ifnp->ifalist, next_ifa) {
2161 LIST_FOREACH(laddr, &inp->sctp_addr_list, sctp_nxt_addr) {
2191 LIST_FOREACH(laddr, &inp->sctp_addr_list, sctp_nxt_addr) {
2417 LIST_FOREACH(laddr, &stcb->asoc.sctp_restricted_addrs, sctp_nxt_addr) {
2439 LIST_FOREACH(laddr, &inp->sctp_addr_list, sctp_nxt_addr) {
2485 LIST_FOREACH(sctp_ifa, &sctp_ifn->ifalist, next_ifa) {
2622 LIST_FOREACH(sctp_if
[all...]
H A Draw_ip.c298 LIST_FOREACH(inp, &V_ripcbinfo.ipi_hashbase[hash], inp_hash) {
330 LIST_FOREACH(inp, &V_ripcbinfo.ipi_hashbase[0], inp_hash) {
H A Dip_mroute.c388 LIST_FOREACH(rt, &V_mfchashtbl[MFCHASH(*o, *g)], mfc_hash) {
1077 LIST_FOREACH(rt, &V_mfchashtbl[hash], mfc_hash) {
1111 LIST_FOREACH(rt, &V_mfchashtbl[hash], mfc_hash) {
1317 LIST_FOREACH(rt, &V_mfchashtbl[hash], mfc_hash) {
2789 LIST_FOREACH(rt, &V_mfchashtbl[i], mfc_hash) {
/freebsd-10.1-release/crypto/openssh/openbsd-compat/
H A Dsys-queue.h66 #undef LIST_FOREACH macro
274 #define LIST_FOREACH(var, head, field) \ macro
/freebsd-10.1-release/sbin/routed/
H A Doutput.c838 LIST_FOREACH(ifp, &ifnet, int_list) {
912 LIST_FOREACH(ifp, &ifnet, int_list) {
H A Dtable.c1920 LIST_FOREACH(ifp, &ifnet, int_list) {
1937 LIST_FOREACH(ifp, &ifnet, int_list) {
2107 LIST_FOREACH(ifp, &ifnet, int_list) {
/freebsd-10.1-release/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c381 LIST_FOREACH(rp, hp, rc_hash) { function
645 LIST_FOREACH(rp, &nfsrc_templist, rc_hash) {
/freebsd-10.1-release/sys/geom/eli/
H A Dg_eli_ctl.c157 LIST_FOREACH(gp, &mp->geom, geom) {
728 LIST_FOREACH(wr, &sc->sc_workers, w_next) {
/freebsd-10.1-release/sys/geom/vinum/
H A Dgeom_vinum.c143 LIST_FOREACH(d, &sc->drives, drive) {
148 LIST_FOREACH(d2, &sc->drives, drive) {
/freebsd-10.1-release/sys/kern/
H A Dkern_exit.c1135 LIST_FOREACH(p, &q->p_children, p_sibling) {
1235 LIST_FOREACH(p, &q->p_orphans, p_orphan) {
H A Duipc_sem.c391 LIST_FOREACH(map, KSEM_HASH(fnv), km_link) { function
420 LIST_FOREACH(map, KSEM_HASH(fnv), km_link) { function
H A Duipc_shm.c651 LIST_FOREACH(map, SHM_HASH(fnv), sm_link) { function
680 LIST_FOREACH(map, SHM_HASH(fnv), sm_link) { function
/freebsd-10.1-release/sys/netgraph/
H A Dng_socket.c785 LIST_FOREACH(hook, &node->nd_hooks, hk_hooks) {
866 LIST_FOREACH(hp, &priv->hash[h], next)
/freebsd-10.1-release/sys/x86/iommu/
H A Dintel_idpgtbl.c191 LIST_FOREACH(tbl, &idpgtbls, link) {
210 LIST_FOREACH(tbl, &idpgtbls, link) {
/freebsd-10.1-release/sys/xen/xenstore/
H A Dxenstore.c997 LIST_FOREACH(i, &xs.registered_watches, list)
1227 LIST_FOREACH(watch, &xs.registered_watches, list) {
/freebsd-10.1-release/usr.sbin/gssd/
H A Dgssd.c311 LIST_FOREACH(gr, &gss_resources, gr_link)
344 LIST_FOREACH(gr, &gss_resources, gr_link) {
/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Dbufferevent_ratelim.c363 LIST_FOREACH(bev, &g->members, rate_limiting->next_in_group) {
381 LIST_FOREACH(bev, &g->members, rate_limiting->next_in_group) {
/freebsd-10.1-release/sys/netinet/libalias/
H A Dalias_db.c1111 LIST_FOREACH(lnk, &la->linkTableOut[i], list_out) {
1212 LIST_FOREACH(lnk, &la->linkTableIn[start_point], list_in) {
1603 LIST_FOREACH(lnk, &la->linkTableOut[i], list_out)
1624 LIST_FOREACH(lnk, &la->linkTableOut[i], list_out)
1645 LIST_FOREACH(lnk, &la->linkTableIn[i], list_in)
/freebsd-10.1-release/sys/net/
H A Dieee8023ad_lacp.c494 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next) {
907 LIST_FOREACH(lp, &lsc->lsc_ports, lp_next) {
1878 LIST_FOREACH(lp2, &lsc->lsc_ports, lp_next) {
/freebsd-10.1-release/contrib/bsnmp/snmpd/
H A Dtrans_lsock.c411 LIST_FOREACH(peer, &p->peers, link)
/freebsd-10.1-release/contrib/openbsm/compat/
H A Dqueue.h360 #define LIST_FOREACH(var, head, field) \ macro
/freebsd-10.1-release/sys/dev/etherswitch/arswitch/
H A Darswitch.c445 LIST_FOREACH(miisc, &mii->mii_phys, mii_list) {
/freebsd-10.1-release/sys/dev/etherswitch/ip17x/
H A Dip17x.c316 LIST_FOREACH(miisc, &mii->mii_phys, mii_list) {
/freebsd-10.1-release/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c297 LIST_FOREACH(miisc, &mii->mii_phys, mii_list) {
/freebsd-10.1-release/sys/dev/ksyms/
H A Dksyms.c390 LIST_FOREACH(sc, &ksyms_list, sc_list) {

Completed in 388 milliseconds

1234567891011>>