Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/
H A Dif_bridge.c813 gso_tcp(ifnet_t ifp, mbuf_t m, u_int mac_hlen, bool is_ipv4, bool is_tx);
817 u_int mac_hlen, bool is_ipv4, bool is_tx);
10166 boolean_t is_tx;
10301 gso_ip_tcp(ifnet_t ifp, mbuf_t m0, struct gso_ip_tcp_state *state, bool is_tx)
10311 if (mss == 0 && !is_tx) {
10332 reduce_mss = is_tx ? if_bridge_tso_reduce_mss_tx
10337 } else if (is_tx) {
10362 is_tx ? "TX" : "RX",
10405 u_int mac_hlen, bool is_ipv4, bool is_tx)
10419 return gso_ip_tcp(ifp, m, &state, is_tx);
[all …]
/xnu-11417.101.15/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()