Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_bridge.c757 gso_tcp(struct ifnet *ifp, struct mbuf **mp, u_int mac_hlen, bool is_ipv4,
4221 bridge_get_ip_proto(struct mbuf * * mp, u_int mac_hlen, bool is_ipv4,
4234 if (is_ipv4) {
4381 is_ipv4 ? '4' : '6',
4393 bridge_get_tcp_header(struct mbuf * * mp, u_int mac_hlen, bool is_ipv4,
4399 error = bridge_get_ip_proto(mp, mac_hlen, is_ipv4, info_p, stats_p);
4407 info_p->ip_proto, is_ipv4 ? '4' : '6',
4456 bool is_ipv4;
4465 is_ipv4 = true;
4468 is_ipv4 = false;
[all …]
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1481 bool is_ipv4 = (fe->fe_key.fk_ipver == IPVERSION); in flow_rx_agg_channel() local
1540 is_ipv4, NULL, sbuf, &data_csum, NULL); in flow_rx_agg_channel()
1614 is_ipv4, NULL, sbuf, &data_csum, &added); in flow_rx_agg_channel()
1640 &data_csum, is_ipv4); in flow_rx_agg_channel()
1776 bool is_ipv4 = (fe->fe_key.fk_ipver == IPVERSION); in flow_rx_agg_host() local
1916 csum_ok = mbuf_csum(pkt, m, is_ipv4, &data_csum); in flow_rx_agg_host()
1941 plen, NULL, is_ipv4, curr_m, NULL, in flow_rx_agg_host()
2012 &dbuf_array, is_ipv4, curr_m, NULL, in flow_rx_agg_host()
2046 &data_csum, is_ipv4); in flow_rx_agg_host()