Searched refs:ip_data (Results 1 – 2 of 2) sorted by relevance
222 uint8_t *ip_data = (uint8_t *)ecm_pkt + sizeof(struct net_eth_hdr); in ecm_eth_size() local233 ip_len = ntohs(((struct net_ipv4_hdr *)ip_data)->len); in ecm_eth_size()236 ip_len = ntohs(((struct net_ipv6_hdr *)ip_data)->len); in ecm_eth_size()
174 uint8_t *ip_data = (uint8_t *)ecm_pkt + sizeof(struct net_eth_hdr); in ecm_eth_size() local187 ip_len = ntohs(((struct net_ipv4_hdr *)ip_data)->len); in ecm_eth_size()190 ip_len = ntohs(((struct net_ipv6_hdr *)ip_data)->len); in ecm_eth_size()