Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dnet_if.c5455 enum net_if_checksum_type chksum_type) in need_calc_checksum() argument
5492 return !((config.chksum_support & chksum_type) == chksum_type); in need_calc_checksum()
5501 bool net_if_need_calc_tx_checksum(struct net_if *iface, enum net_if_checksum_type chksum_type) in net_if_need_calc_tx_checksum() argument
5503 return need_calc_checksum(iface, ETHERNET_HW_TX_CHKSUM_OFFLOAD, chksum_type); in net_if_need_calc_tx_checksum()
5506 bool net_if_need_calc_rx_checksum(struct net_if *iface, enum net_if_checksum_type chksum_type) in net_if_need_calc_rx_checksum() argument
5508 return need_calc_checksum(iface, ETHERNET_HW_RX_CHKSUM_OFFLOAD, chksum_type); in net_if_need_calc_rx_checksum()
/Zephyr-latest/include/zephyr/net/
Dnet_if.h2860 enum net_if_checksum_type chksum_type);
2874 enum net_if_checksum_type chksum_type);