Searched refs:is_tx (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | if_bridge.c | 825 gso_tcp(ifnet_t ifp, mbuf_t m, u_int mac_hlen, bool is_ipv4, bool is_tx); 829 u_int mac_hlen, bool is_ipv4, bool is_tx); 10308 boolean_t is_tx; 10443 gso_ip_tcp(ifnet_t ifp, mbuf_t m0, struct gso_ip_tcp_state *state, bool is_tx) 10455 if (mss == 0 && !is_tx) { 10476 reduce_mss = is_tx ? if_bridge_tso_reduce_mss_tx 10481 } else if (is_tx) { 10518 is_tx ? "TX" : "RX", 10562 u_int mac_hlen, bool is_ipv4, bool is_tx) 10576 return gso_ip_tcp(ifp, m, &state, is_tx); [all …]
|
| /xnu-12377.41.6/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()
|