Searched refs:data_offset (Results 1 – 1 of 1) sorted by relevance
104 int data_offset = offset + sizeof (struct ip6_opt); in inet6_opt_append() local105 int npad = (align - data_offset % align) & (align - 1); in inet6_opt_append()110 if (data_offset + npad + len > extlen) in inet6_opt_append()
Completed in 11 milliseconds