Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dif_bridge.c764 gso_tcp(struct ifnet *ifp, struct mbuf **mp, u_int mac_hlen, bool is_ipv4,
4452 bridge_get_ip_proto(struct mbuf * * mp, u_int mac_hlen, bool is_ipv4,
4465 if (is_ipv4) {
4612 is_ipv4 ? '4' : '6',
4618 info_p->ip_is_ipv4 = is_ipv4;
4624 bridge_get_tcp_header(struct mbuf * * mp, u_int mac_hlen, bool is_ipv4,
4630 error = bridge_get_ip_proto(mp, mac_hlen, is_ipv4, info_p, stats_p);
4638 info_p->ip_proto, is_ipv4 ? '4' : '6',
4681 ether_header_type_is_ip(struct ether_header * eh, bool *is_ipv4)
4689 *is_ipv4 = TRUE;
[all …]
/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1639 bool is_ipv4 = (fe->fe_key.fk_ipver == IPVERSION); in flow_rx_agg_channel() local
1697 is_ipv4, NULL, sbuf, &data_csum, NULL); in flow_rx_agg_channel()
1774 is_ipv4, NULL, sbuf, &data_csum, &added); in flow_rx_agg_channel()
1800 &data_csum, is_ipv4); in flow_rx_agg_channel()
1949 bool is_ipv4 = (fe->fe_key.fk_ipver == IPVERSION); in flow_rx_agg_host() local
2086 csum_ok = mbuf_csum(pkt, m, is_ipv4, &data_csum); in flow_rx_agg_host()
2116 plen, NULL, is_ipv4, curr_m, NULL, in flow_rx_agg_host()
2198 &dbuf_array, is_ipv4, curr_m, NULL, in flow_rx_agg_host()
2242 &data_csum, is_ipv4); in flow_rx_agg_host()