Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/dev/net/ucore/
H A Ducore.h264 nlm_ucore_csum_setup(int iphdr_start, int iphdr_len) in nlm_ucore_csum_setup() argument
268 val |= ((iphdr_len & 0xff) << 8); in nlm_ucore_csum_setup()
269 val |= (iphdr_len & 0xff); in nlm_ucore_csum_setup()