Home
last modified time | relevance | path

Searched refs:ifnet_count_type (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.81.4/bsd/netinet6/
H A Dudp6_output.c637 stats_functional_type ifnet_count_type = stats_functional_type_unclassified; in udp6_output() local
640 ifnet_count_type = IFNET_COUNT_TYPE(ro.ro_rt->rt_ifp); in udp6_output()
642 INP_ADD_TXSTAT(in6p, ifnet_count_type, 1, ulen); in udp6_output()
H A Dudp6_usrreq.c226 stats_functional_type ifnet_count_type = IFNET_COUNT_TYPE(ifp); in udp6_append() local
227 INP_ADD_RXSTAT(last, ifnet_count_type, 1, n->m_pkthdr.len); in udp6_append()
251 stats_functional_type ifnet_count_type = stats_functional_type_unclassified; in udp6_input() local
665 ifnet_count_type = IFNET_COUNT_TYPE(ifp); in udp6_input()
666 INP_ADD_RXSTAT(in6p, ifnet_count_type, 1, m->m_pkthdr.len); in udp6_input()
/xnu-12377.81.4/bsd/netinet/
H A Dudp_usrreq.c839 stats_functional_type ifnet_count_type = IFNET_COUNT_TYPE(ifp); in udp_input() local
840 INP_ADD_RXSTAT(inp, ifnet_count_type, 1, m->m_pkthdr.len); in udp_input()
952 stats_functional_type ifnet_count_type = IFNET_COUNT_TYPE(ifp); in udp_append() local
953 INP_ADD_RXSTAT(last, ifnet_count_type, 1, n->m_pkthdr.len); in udp_append()
2141 stats_functional_type ifnet_count_type = stats_functional_type_unclassified; in udp_output() local
2144 ifnet_count_type = IFNET_COUNT_TYPE(ro.ro_rt->rt_ifp); in udp_output()
2146 INP_ADD_TXSTAT(inp, ifnet_count_type, 1, len); in udp_output()
H A Dtcp_input.c549 stats_functional_type ifnet_count_type = IFNET_COUNT_TYPE(ifp); in tcp_reass() local
661 INP_ADD_RXSTAT(inp, ifnet_count_type, 1, *tlenp); in tcp_reass()
694 INP_ADD_RXSTAT(inp, ifnet_count_type, 1, *tlenp); in tcp_reass()
2783 stats_functional_type ifnet_count_type = IFNET_COUNT_TYPE(ifp); in tcp_input() local
3948 INP_ADD_RXSTAT(inp, ifnet_count_type, 1, tlen); in tcp_input()
4570 INP_ADD_RXSTAT(inp, ifnet_count_type, 1, tlen); in tcp_input()
4693 INP_ADD_RXSTAT(inp, ifnet_count_type, 1, todrop); in tcp_input()
6033 INP_ADD_RXSTAT(inp, ifnet_count_type, 1, tlen); in tcp_input()
H A Dtcp_output.c1054 stats_functional_type ifnet_count_type = stats_functional_type_unclassified; in tcp_output() local
1272 ifnet_count_type = IFNET_COUNT_TYPE(rt->rt_ifp); in tcp_output()
2633 INP_ADD_TXSTAT(inp, ifnet_count_type, 1, len); in tcp_output()
2645 INP_ADD_TXSTAT(inp, ifnet_count_type, 1, len); in tcp_output()
H A Dflow_divert.c659 stats_functional_type ifnet_count_type = stats_functional_type_unclassified; in flow_divert_add_data_statistics() local
672 ifnet_count_type = IFNET_COUNT_TYPE(ifp); in flow_divert_add_data_statistics()
676 INP_ADD_TXSTAT(inp, ifnet_count_type, 1, data_len); in flow_divert_add_data_statistics()
678 INP_ADD_RXSTAT(inp, ifnet_count_type, 1, data_len); in flow_divert_add_data_statistics()