Home
last modified time | relevance | path

Searched refs:is_ipv4 (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);
830 gso_tcp_transmit(ifnet_t ifp, mbuf_t m, u_int mac_hlen, bool is_ipv4) in gso_tcp_transmit() argument
832 return gso_tcp(ifp, m, mac_hlen, is_ipv4, true); in gso_tcp_transmit()
4546 bridge_get_ip_proto(struct mbuf * * mp, u_int mac_hlen, bool is_ipv4,
4559 if (is_ipv4) {
4711 is_ipv4 ? '4' : '6',
4716 info_p->ip_is_ipv4 = is_ipv4;
4722 bridge_get_tcp_header(struct mbuf * * mp, u_int mac_hlen, bool is_ipv4,
4728 error = bridge_get_ip_proto(mp, mac_hlen, is_ipv4, info_p, stats_p);
[all …]
/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
1751 is_ipv4, NULL, sbuf, &data_csum, NULL); in flow_rx_agg_channel()
1834 is_ipv4, NULL, sbuf, &data_csum, &added); in flow_rx_agg_channel()
1860 &data_csum, is_ipv4); in flow_rx_agg_channel()
2013 bool is_ipv4 = (fe->fe_key.fk_ipver == IPVERSION); in flow_rx_agg_host() local
2163 csum_ok = mbuf_csum(pkt, m, is_ipv4, &data_csum); in flow_rx_agg_host()
2193 plen, NULL, is_ipv4, curr_m, NULL, in flow_rx_agg_host()
2276 &dbuf_array, is_ipv4, curr_m, NULL, in flow_rx_agg_host()
2320 &data_csum, is_ipv4); in flow_rx_agg_host()