Searched refs:INP_ADD_RXSTAT (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | udp6_usrreq.c | 227 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 D | in_pcb.h | 282 #define INP_ADD_RXSTAT(_inp, _stats_functional_type, _p, _b) \ macro
|
| H A D | tcp_input.c | 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() 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 D | udp_usrreq.c | 840 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 D | flow_divert.c | 678 INP_ADD_RXSTAT(inp, ifnet_count_type, 1, data_len); in flow_divert_add_data_statistics()
|