Home
last modified time | relevance | path

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

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