Searched refs:is_ipv4 (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/bsd/net/ |
| H A D | if_bridge.c | 825 gso_tcp(ifnet_t ifp, mbuf_t m, u_int mac_hlen, bool is_ipv4, bool is_tx); 829 u_int mac_hlen, bool is_ipv4, bool is_tx); 832 gso_tcp_transmit(ifnet_t ifp, mbuf_t m, u_int mac_hlen, bool is_ipv4) in gso_tcp_transmit() argument 834 return gso_tcp(ifp, m, mac_hlen, is_ipv4, true); in gso_tcp_transmit() 4641 bridge_get_ip_proto(struct mbuf * * mp, u_int mac_hlen, bool is_ipv4, 4654 if (is_ipv4) { 4806 is_ipv4 ? '4' : '6', 4811 info_p->ip_is_ipv4 = is_ipv4; 4817 bridge_get_tcp_header(struct mbuf * * mp, u_int mac_hlen, bool is_ipv4, 4823 error = bridge_get_ip_proto(mp, mac_hlen, is_ipv4, info_p, stats_p); [all …]
|
| /xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 1694 bool is_ipv4 = (fe->fe_key.fk_ipver == IPVERSION); in flow_rx_agg_channel() local 1753 is_ipv4, NULL, sbuf, &data_csum, NULL); in flow_rx_agg_channel() 1836 is_ipv4, NULL, sbuf, &data_csum, &added); in flow_rx_agg_channel() 1862 &data_csum, is_ipv4); in flow_rx_agg_channel() 2016 bool is_ipv4 = (fe->fe_key.fk_ipver == IPVERSION); in flow_rx_agg_host() local 2166 csum_ok = mbuf_csum(pkt, m, is_ipv4, &data_csum); in flow_rx_agg_host() 2196 plen, NULL, is_ipv4, curr_m, NULL, in flow_rx_agg_host() 2279 &dbuf_array, is_ipv4, curr_m, NULL, in flow_rx_agg_host() 2323 &data_csum, is_ipv4); in flow_rx_agg_host()
|