Searched refs:INP_ADD_TXSTAT (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | udp6_output.c | 643 INP_ADD_TXSTAT(in6p, ifnet_count_type, 1, ulen); in udp6_output()
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | in_pcb.h | 323 #define INP_ADD_TXSTAT(_inp, _stats_functional_type, _p, _b) \ macro
|
| H A D | tcp_output.c | 2569 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 D | udp_usrreq.c | 2146 INP_ADD_TXSTAT(inp, ifnet_count_type, 1, len); in udp_output()
|
| H A D | flow_divert.c | 676 INP_ADD_TXSTAT(inp, ifnet_count_type, 1, data_len); in flow_divert_add_data_statistics()
|