Home
last modified time | relevance | path

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

/freebsd/sys/dev/puc/
H A Dpuc.c148 ilr = ~bus_read_1(sc->sc_port[idx].p_rres, 7); in puc_intr()
159 ilr = bus_read_1(sc->sc_port[0].p_rres, 7); in puc_intr()
177 port = &sc->sc_port[idx]; in puc_intr()
196 port = &sc->sc_port[idx]; in puc_intr()
260 sc->sc_port = malloc(sc->sc_nports * sizeof(struct puc_port), in puc_bfe_attach()
272 port = &sc->sc_port[idx]; in puc_bfe_attach()
356 port = &sc->sc_port[idx]; in puc_bfe_attach()
378 port = &sc->sc_port[idx]; in puc_bfe_attach()
396 free(sc->sc_port, M_PUC); in puc_bfe_attach()
416 port = &sc->sc_port[idx]; in puc_bfe_detach()
[all …]
H A Dpuc_bfe.h63 struct puc_port *sc_port; member
/freebsd/sys/netinet/
H A Dtcp_syncache.c640 if (sc->sc_port != port) { in syncache_chkrst()
730 if ((sc != NULL) && (sc->sc_port == port)) { in syncache_badack()
751 if (port != sc->sc_port) in syncache_unreach()
915 tp->t_port = sc->sc_port; in syncache_socket()
1143 if (sc->sc_port != port) { in syncache_expand()
1633 sc->sc_port = port; in syncache_add()
1805 if (sc->sc_port) { in syncache_respond()
1810 if (sc->sc_port) in syncache_respond()
1817 "tlen %d + TCP_MAXOLEN %ju <= MHLEN %d", hlen, sc->sc_port, in syncache_respond()
1843 if (sc->sc_port != 0) { in syncache_respond()
[all …]
H A Dtcp_syncache.h56 u_int16_t sc_port; /* remote UDP encaps port */ member