Lines Matching refs:sf
6240 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_tcp_netstats() local
6241 if (sf == NULL) { in necp_request_tcp_netstats()
6248 sf = &ntstat_sk_stats_zero; in necp_request_tcp_netstats()
6267 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_tcp_netstats()
6268 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_tcp_netstats()
6270 countsp->nstat_cell_rxbytes = sf->sf_ibytes; in necp_request_tcp_netstats()
6271 countsp->nstat_cell_txbytes = sf->sf_obytes; in necp_request_tcp_netstats()
6273 countsp->nstat_wifi_rxbytes = sf->sf_ibytes; in necp_request_tcp_netstats()
6274 countsp->nstat_wifi_txbytes = sf->sf_obytes; in necp_request_tcp_netstats()
6276 countsp->nstat_wired_rxbytes = sf->sf_ibytes; in necp_request_tcp_netstats()
6277 countsp->nstat_wired_txbytes = sf->sf_obytes; in necp_request_tcp_netstats()
6304 …desc->ifnet_properties |= (sf->sf_flags & SFLOWF_ONLINK) ? NSTAT_IFNET_IS_LOCAL : NSTAT_IFNET_IS_N… in necp_request_tcp_netstats()
6334 memcpy(&desc->activity_bitmap, &sf->sf_activity, sizeof(sf->sf_activity)); in necp_request_tcp_netstats()
6384 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_udp_netstats() local
6385 if (sf == NULL) { in necp_request_udp_netstats()
6392 sf = &ntstat_sk_stats_zero; in necp_request_udp_netstats()
6408 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_udp_netstats()
6409 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_udp_netstats()
6411 countsp->nstat_cell_rxbytes = sf->sf_ibytes; in necp_request_udp_netstats()
6412 countsp->nstat_cell_txbytes = sf->sf_obytes; in necp_request_udp_netstats()
6414 countsp->nstat_wifi_rxbytes = sf->sf_ibytes; in necp_request_udp_netstats()
6415 countsp->nstat_wifi_txbytes = sf->sf_obytes; in necp_request_udp_netstats()
6417 countsp->nstat_wired_rxbytes = sf->sf_ibytes; in necp_request_udp_netstats()
6418 countsp->nstat_wired_txbytes = sf->sf_obytes; in necp_request_udp_netstats()
6450 memcpy(&desc->activity_bitmap, &sf->sf_activity, sizeof(sf->sf_activity)); in necp_request_udp_netstats()
6522 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_quic_netstats() local
6523 if (sf == NULL) { in necp_request_quic_netstats()
6530 sf = &ntstat_sk_stats_zero; in necp_request_quic_netstats()
6547 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_quic_netstats()
6548 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_quic_netstats()
6550 countsp->nstat_cell_rxbytes = sf->sf_ibytes; in necp_request_quic_netstats()
6551 countsp->nstat_cell_txbytes = sf->sf_obytes; in necp_request_quic_netstats()
6553 countsp->nstat_wifi_rxbytes = sf->sf_ibytes; in necp_request_quic_netstats()
6554 countsp->nstat_wifi_txbytes = sf->sf_obytes; in necp_request_quic_netstats()
6556 countsp->nstat_wired_rxbytes = sf->sf_ibytes; in necp_request_quic_netstats()
6557 countsp->nstat_wired_txbytes = sf->sf_obytes; in necp_request_quic_netstats()
6606 memcpy(&desc->activity_bitmap, &sf->sf_activity, sizeof(sf->sf_activity)); in necp_request_quic_netstats()