Searched refs:is_ipv4 (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | if_bridge.c | 761 gso_tcp(struct ifnet *ifp, struct mbuf **mp, u_int mac_hlen, bool is_ipv4, 4322 bridge_get_ip_proto(struct mbuf * * mp, u_int mac_hlen, bool is_ipv4, 4335 if (is_ipv4) { 4482 is_ipv4 ? '4' : '6', 4488 info_p->ip_is_ipv4 = is_ipv4; 4494 bridge_get_tcp_header(struct mbuf * * mp, u_int mac_hlen, bool is_ipv4, 4500 error = bridge_get_ip_proto(mp, mac_hlen, is_ipv4, info_p, stats_p); 4508 info_p->ip_proto, is_ipv4 ? '4' : '6', 4551 ether_header_type_is_ip(struct ether_header * eh, bool *is_ipv4) 4559 *is_ipv4 = TRUE; [all …]
|
| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 1642 bool is_ipv4 = (fe->fe_key.fk_ipver == IPVERSION); in flow_rx_agg_channel() local 1700 is_ipv4, NULL, sbuf, &data_csum, NULL); in flow_rx_agg_channel() 1777 is_ipv4, NULL, sbuf, &data_csum, &added); in flow_rx_agg_channel() 1803 &data_csum, is_ipv4); in flow_rx_agg_channel() 1927 bool is_ipv4 = (fe->fe_key.fk_ipver == IPVERSION); in flow_rx_agg_host() local 2060 csum_ok = mbuf_csum(pkt, m, is_ipv4, &data_csum); in flow_rx_agg_host() 2090 plen, NULL, is_ipv4, curr_m, NULL, in flow_rx_agg_host() 2175 &dbuf_array, is_ipv4, curr_m, NULL, in flow_rx_agg_host() 2219 &data_csum, is_ipv4); in flow_rx_agg_host()
|