Home
last modified time | relevance | path

Searched refs:INP_ADD_RXSTAT (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/netinet6/
H A Dudp6_usrreq.c227 INP_ADD_RXSTAT(last, ifnet_count_type, 1, n->m_pkthdr.len); in udp6_append()
661 INP_ADD_RXSTAT(in6p, ifnet_count_type, 1, m->m_pkthdr.len); in udp6_input()
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h282 #define INP_ADD_RXSTAT(_inp, _stats_functional_type, _p, _b) \ macro
H A Dtcp_input.c661 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()
3947 INP_ADD_RXSTAT(inp, ifnet_count_type, 1, tlen); in tcp_input()
4569 INP_ADD_RXSTAT(inp, ifnet_count_type, 1, tlen); in tcp_input()
4692 INP_ADD_RXSTAT(inp, ifnet_count_type, 1, todrop); in tcp_input()
6032 INP_ADD_RXSTAT(inp, ifnet_count_type, 1, tlen); in tcp_input()
H A Dudp_usrreq.c840 INP_ADD_RXSTAT(inp, ifnet_count_type, 1, m->m_pkthdr.len); in udp_input()
953 INP_ADD_RXSTAT(last, ifnet_count_type, 1, n->m_pkthdr.len); in udp_append()
H A Dflow_divert.c678 INP_ADD_RXSTAT(inp, ifnet_count_type, 1, data_len); in flow_divert_add_data_statistics()