Home
last modified time | relevance | path

Searched refs:sc_count (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net/
H A Dif_lagg.h237 u_int sc_count; /* number of ports */ member
H A Dif_lagg.c753 if (sc->sc_count >= LAGG_MAX_PORTS) in lagg_port_create()
882 sc->sc_count++; in lagg_port_create()
966 sc->sc_count--; in lagg_port_destroy()
1369 buflen = sc->sc_count * sizeof(struct lagg_reqport); in lagg_ioctl()
1845 count = atomic_load_int(&sc->sc_count); in lookup_snd_tag_port()
2420 count = atomic_load_int(&sc->sc_count); in lagg_rr_start()
2617 count = atomic_load_int(&sc->sc_count); in lagg_lb_start()
H A Dpflow.h241 unsigned int sc_count; member
/freebsd/sys/netpfil/pf/
H A Dpflow.c607 sc->sc_count = 0; in pflow_get_mbuf()
850 (sc->sc_count * sizeof(struct pflow_flow)), in copy_flow_to_m()
855 sc->sc_count++; in copy_flow_to_m()
857 if (sc->sc_count >= sc->sc_maxcount) in copy_flow_to_m()
1162 h->count = htons(sc->sc_count); in pflow_sendout_v5()