| /xnu-11417.101.15/bsd/netinet6/ |
| H A D | udp6_usrreq.c | 226 stats_functional_type ifnet_count_type = IFNET_COUNT_TYPE(ifp); in udp6_append() local 227 INP_ADD_STAT(last, ifnet_count_type, rxpackets, 1); in udp6_append() 228 INP_ADD_STAT(last, ifnet_count_type, rxbytes, n->m_pkthdr.len); in udp6_append() 253 stats_functional_type ifnet_count_type = stats_functional_type_none; in udp6_input() local 653 ifnet_count_type = IFNET_COUNT_TYPE(ifp); in udp6_input() 654 INP_ADD_STAT(in6p, ifnet_count_type, rxpackets, 1); in udp6_input() 655 INP_ADD_STAT(in6p, ifnet_count_type, rxbytes, m->m_pkthdr.len); in udp6_input()
|
| H A D | udp6_output.c | 634 stats_functional_type ifnet_count_type = stats_functional_type_none; in udp6_output() local 637 ifnet_count_type = IFNET_COUNT_TYPE(in6p->in6p_route. in udp6_output() 640 INP_ADD_STAT(in6p, ifnet_count_type, txpackets, 1); in udp6_output() 641 INP_ADD_STAT(in6p, ifnet_count_type, txbytes, ulen); in udp6_output()
|
| /xnu-11417.101.15/bsd/netinet/ |
| H A D | udp_usrreq.c | 790 stats_functional_type ifnet_count_type = IFNET_COUNT_TYPE(ifp); in udp_input() local 791 INP_ADD_STAT(inp, ifnet_count_type, rxpackets, 1); in udp_input() 792 INP_ADD_STAT(inp, ifnet_count_type, rxbytes, m->m_pkthdr.len); in udp_input() 905 stats_functional_type ifnet_count_type = IFNET_COUNT_TYPE(ifp); in udp_append() local 906 INP_ADD_STAT(last, ifnet_count_type, rxpackets, 1); in udp_append() 907 INP_ADD_STAT(last, ifnet_count_type, rxbytes, in udp_append() 2111 stats_functional_type ifnet_count_type = stats_functional_type_none; in udp_output() local 2114 ifnet_count_type = IFNET_COUNT_TYPE(ro.ro_rt->rt_ifp); in udp_output() 2116 INP_ADD_STAT(inp, ifnet_count_type, txpackets, 1); in udp_output() 2117 INP_ADD_STAT(inp, ifnet_count_type, txbytes, len); in udp_output()
|
| H A D | tcp_input.c | 571 stats_functional_type ifnet_count_type = IFNET_COUNT_TYPE(ifp); in tcp_reass() local 668 INP_ADD_STAT(inp, ifnet_count_type, in tcp_reass() 670 INP_ADD_STAT(inp, ifnet_count_type, in tcp_reass() 706 INP_ADD_STAT(inp, ifnet_count_type, rxpackets, 1); in tcp_reass() 707 INP_ADD_STAT(inp, ifnet_count_type, rxbytes, *tlenp); in tcp_reass() 2049 stats_functional_type ifnet_count_type = IFNET_COUNT_TYPE(ifp); in tcp_input() local 3409 INP_ADD_STAT(inp, ifnet_count_type, in tcp_input() 3411 INP_ADD_STAT(inp, ifnet_count_type, rxbytes, in tcp_input() 4330 INP_ADD_STAT(inp, ifnet_count_type, in tcp_input() 4332 INP_ADD_STAT(inp, ifnet_count_type, in tcp_input() [all …]
|
| H A D | tcp_output.c | 758 stats_functional_type ifnet_count_type = stats_functional_type_none; in tcp_output() local 972 ifnet_count_type = IFNET_COUNT_TYPE(rt->rt_ifp); in tcp_output() 2438 INP_ADD_STAT(inp, ifnet_count_type, in tcp_output() 2440 INP_ADD_STAT(inp, ifnet_count_type, in tcp_output() 2453 INP_ADD_STAT(inp, ifnet_count_type, in tcp_output() 2455 INP_ADD_STAT(inp, ifnet_count_type, in tcp_output()
|
| H A D | flow_divert.c | 659 stats_functional_type ifnet_count_type = stats_functional_type_none; in flow_divert_add_data_statistics() local 672 ifnet_count_type = IFNET_COUNT_TYPE(ifp); in flow_divert_add_data_statistics() 676 INP_ADD_STAT(inp, ifnet_count_type, txpackets, 1); in flow_divert_add_data_statistics() 677 INP_ADD_STAT(inp, ifnet_count_type, txbytes, data_len); in flow_divert_add_data_statistics() 679 INP_ADD_STAT(inp, ifnet_count_type, rxpackets, 1); in flow_divert_add_data_statistics() 680 INP_ADD_STAT(inp, ifnet_count_type, rxbytes, data_len); in flow_divert_add_data_statistics()
|