Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dif_bridge.c792 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 Dskywalk_test_common.c903 set_watermark(channel_t channel, bool is_tx, in set_watermark() argument
908 if (is_tx) { in set_watermark()