hop_len 916 net/ipv6/calipso.c unsigned int start, end, buf_len, pad, hop_len; hop_len 921 net/ipv6/calipso.c hop_len = ipv6_optlen(hop); hop_len 926 net/ipv6/calipso.c hop_len = 0; hop_len 931 net/ipv6/calipso.c buf_len = hop_len + start - end + CALIPSO_OPT_LEN_MAX_WITH_PAD; hop_len 951 net/ipv6/calipso.c if (end != hop_len) { hop_len 952 net/ipv6/calipso.c memcpy((char *)new + buf_len, (char *)hop + end, hop_len - end); hop_len 953 net/ipv6/calipso.c buf_len += hop_len - end; hop_len 979 net/ipv6/calipso.c unsigned int start, end, delta, pad, hop_len; hop_len 985 net/ipv6/calipso.c hop_len = ipv6_optlen(hop); hop_len 986 net/ipv6/calipso.c if (start == sizeof(*hop) && end == hop_len) { hop_len 993 net/ipv6/calipso.c *new = kzalloc(hop_len - delta, GFP_ATOMIC); hop_len 1001 net/ipv6/calipso.c if (end != hop_len) hop_len 1003 net/ipv6/calipso.c hop_len - end);