Lines Matching refs:sf

6424 	const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats;  in necp_request_tcp_netstats()  local
6425 if (sf == NULL) { in necp_request_tcp_netstats()
6432 sf = &ntstat_sk_stats_zero; in necp_request_tcp_netstats()
6451 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_tcp_netstats()
6452 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_tcp_netstats()
6454 countsp->nstat_cell_rxbytes = sf->sf_ibytes; in necp_request_tcp_netstats()
6455 countsp->nstat_cell_txbytes = sf->sf_obytes; in necp_request_tcp_netstats()
6457 countsp->nstat_wifi_rxbytes = sf->sf_ibytes; in necp_request_tcp_netstats()
6458 countsp->nstat_wifi_txbytes = sf->sf_obytes; in necp_request_tcp_netstats()
6460 countsp->nstat_wired_rxbytes = sf->sf_ibytes; in necp_request_tcp_netstats()
6461 countsp->nstat_wired_txbytes = sf->sf_obytes; in necp_request_tcp_netstats()
6488 …desc->ifnet_properties |= (sf->sf_flags & SFLOWF_ONLINK) ? NSTAT_IFNET_IS_LOCAL : NSTAT_IFNET_IS_N… in necp_request_tcp_netstats()
6518 memcpy(&desc->activity_bitmap, &sf->sf_activity, sizeof(sf->sf_activity)); in necp_request_tcp_netstats()
6574 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_udp_netstats() local
6575 if (sf == NULL) { in necp_request_udp_netstats()
6582 sf = &ntstat_sk_stats_zero; in necp_request_udp_netstats()
6598 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_udp_netstats()
6599 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_udp_netstats()
6601 countsp->nstat_cell_rxbytes = sf->sf_ibytes; in necp_request_udp_netstats()
6602 countsp->nstat_cell_txbytes = sf->sf_obytes; in necp_request_udp_netstats()
6604 countsp->nstat_wifi_rxbytes = sf->sf_ibytes; in necp_request_udp_netstats()
6605 countsp->nstat_wifi_txbytes = sf->sf_obytes; in necp_request_udp_netstats()
6607 countsp->nstat_wired_rxbytes = sf->sf_ibytes; in necp_request_udp_netstats()
6608 countsp->nstat_wired_txbytes = sf->sf_obytes; in necp_request_udp_netstats()
6635 …desc->ifnet_properties |= (sf->sf_flags & SFLOWF_ONLINK) ? NSTAT_IFNET_IS_LOCAL : NSTAT_IFNET_IS_N… in necp_request_udp_netstats()
6641 memcpy(&desc->activity_bitmap, &sf->sf_activity, sizeof(sf->sf_activity)); in necp_request_udp_netstats()
6723 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_quic_netstats() local
6724 if (sf == NULL) { in necp_request_quic_netstats()
6731 sf = &ntstat_sk_stats_zero; in necp_request_quic_netstats()
6748 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_quic_netstats()
6749 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_quic_netstats()
6751 countsp->nstat_cell_rxbytes = sf->sf_ibytes; in necp_request_quic_netstats()
6752 countsp->nstat_cell_txbytes = sf->sf_obytes; in necp_request_quic_netstats()
6754 countsp->nstat_wifi_rxbytes = sf->sf_ibytes; in necp_request_quic_netstats()
6755 countsp->nstat_wifi_txbytes = sf->sf_obytes; in necp_request_quic_netstats()
6757 countsp->nstat_wired_rxbytes = sf->sf_ibytes; in necp_request_quic_netstats()
6758 countsp->nstat_wired_txbytes = sf->sf_obytes; in necp_request_quic_netstats()
6785 …desc->ifnet_properties |= (sf->sf_flags & SFLOWF_ONLINK) ? NSTAT_IFNET_IS_LOCAL : NSTAT_IFNET_IS_N… in necp_request_quic_netstats()
6808 memcpy(&desc->activity_bitmap, &sf->sf_activity, sizeof(sf->sf_activity)); in necp_request_quic_netstats()