Home
last modified time | relevance | path

Searched refs:is_tx (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/bsd/net/
H A Dif_bridge.c823 gso_tcp(ifnet_t ifp, mbuf_t m, u_int mac_hlen, bool is_ipv4, bool is_tx);
827 u_int mac_hlen, bool is_ipv4, bool is_tx);
10183 boolean_t is_tx;
10318 gso_ip_tcp(ifnet_t ifp, mbuf_t m0, struct gso_ip_tcp_state *state, bool is_tx)
10330 if (mss == 0 && !is_tx) {
10351 reduce_mss = is_tx ? if_bridge_tso_reduce_mss_tx
10356 } else if (is_tx) {
10393 is_tx ? "TX" : "RX",
10437 u_int mac_hlen, bool is_ipv4, bool is_tx)
10451 return gso_ip_tcp(ifp, m, &state, is_tx);
[all …]
/xnu-11417.121.6/tests/skywalk/
H A Dskywalk_test_common.c903 set_watermark(channel_t channel, bool is_tx, in set_watermark() argument
908 if (is_tx) { in set_watermark()