Searched refs:utsp (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dif_ipsec.c503 struct ipsec_stats_param *utsp = (struct ipsec_stats_param *)data; local
505 if (utsp == NULL || len < sizeof(struct ipsec_stats_param)) {
514 ifnet_stat_increment_in(pcb->ipsec_ifp, utsp->utsp_packets,
515 utsp->utsp_bytes, utsp->utsp_errors);
517 ifnet_stat_increment_out(pcb->ipsec_ifp, utsp->utsp_packets,
518 utsp->utsp_bytes, utsp->utsp_errors);
H A Dif_utun.c542 struct utun_stats_param *utsp = (struct utun_stats_param *)data; local
544 if (utsp == NULL || len < sizeof(struct utun_stats_param)) {
553 ifnet_stat_increment_in(pcb->utun_ifp, utsp->utsp_packets,
554 utsp->utsp_bytes, utsp->utsp_errors);
556 ifnet_stat_increment_out(pcb->utun_ifp, utsp->utsp_packets,
557 utsp->utsp_bytes, utsp->utsp_errors);

Completed in 20 milliseconds