Home
last modified time | relevance | path

Searched defs:is_ipv4 (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1692 bool is_ipv4 = (fe->fe_key.fk_ipver == IPVERSION); in flow_rx_agg_channel() local
2013 bool is_ipv4 = (fe->fe_key.fk_ipver == IPVERSION); in flow_rx_agg_host() local
/xnu-11417.121.6/bsd/net/
H A Dif_bridge.c830 gso_tcp_transmit(ifnet_t ifp, mbuf_t m, u_int mac_hlen, bool is_ipv4) in gso_tcp_transmit()