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.c751 if (sc->sc_count >= LAGG_MAX_PORTS) in lagg_port_create()
880 sc->sc_count++; in lagg_port_create()
964 sc->sc_count--; in lagg_port_destroy()
1364 buflen = sc->sc_count * sizeof(struct lagg_reqport); in lagg_ioctl()
1843 p %= sc->sc_count; in lookup_snd_tag_port()
2132 if (sc->sc_proto == LAGG_PROTO_NONE || sc->sc_count == 0) { in lagg_transmit_ethernet()
2154 if (sc->sc_proto == LAGG_PROTO_NONE || sc->sc_count == 0) { in lagg_transmit_infiniband()
2410 p %= sc->sc_count; in lagg_rr_start()
2603 p %= sc->sc_count; in lagg_lb_start()
H A Dif_lagg.h237 u_int sc_count; /* number of ports */ member
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()