Searched refs:is_tx (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.1.10/bsd/net/ |
| H A D | if_bridge.c | 792 gso_tcp(ifnet_t ifp, mbuf_t m, u_int mac_hlen, bool is_ipv4, bool is_tx); 10850 boolean_t is_tx; 10985 gso_ip_tcp(ifnet_t ifp, mbuf_t m0, struct gso_ip_tcp_state *state, bool is_tx) 10998 reduce_mss = is_tx ? if_bridge_tso_reduce_mss_tx 11016 is_tx ? "TX" : "RX", 11058 gso_tcp(ifnet_t ifp, mbuf_t m, u_int mac_hlen, bool is_ipv4, bool is_tx) 11086 if (!is_tx) { 11097 if (!is_tx) { 11108 return gso_ip_tcp(ifp, m, &state, is_tx);
|
| /xnu-11215.1.10/tests/skywalk/ |
| H A D | skywalk_test_common.c | 903 set_watermark(channel_t channel, bool is_tx, in set_watermark() argument 908 if (is_tx) { in set_watermark()
|