Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Dudp6_output.c643 INP_ADD_TXSTAT(in6p, ifnet_count_type, 1, ulen); in udp6_output()
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h323 #define INP_ADD_TXSTAT(_inp, _stats_functional_type, _p, _b) \ macro
H A Dtcp_output.c2569 INP_ADD_TXSTAT(inp, ifnet_count_type, 1, len); in tcp_output()
2581 INP_ADD_TXSTAT(inp, ifnet_count_type, 1, len); in tcp_output()
H A Dudp_usrreq.c2146 INP_ADD_TXSTAT(inp, ifnet_count_type, 1, len); in udp_output()
H A Dflow_divert.c676 INP_ADD_TXSTAT(inp, ifnet_count_type, 1, data_len); in flow_divert_add_data_statistics()