Searched refs:iphdr_len (Results 1 – 1 of 1) sorted by relevance
264 nlm_ucore_csum_setup(int iphdr_start, int iphdr_len) in nlm_ucore_csum_setup() argument268 val |= ((iphdr_len & 0xff) << 8); in nlm_ucore_csum_setup()269 val |= (iphdr_len & 0xff); in nlm_ucore_csum_setup()