opt_ptr 54 net/dccp/options.c unsigned char *opt_ptr = options; opt_ptr 68 net/dccp/options.c while (opt_ptr != opt_end) { opt_ptr 69 net/dccp/options.c opt = *opt_ptr++; opt_ptr 75 net/dccp/options.c if (opt_ptr == opt_end) opt_ptr 78 net/dccp/options.c len = *opt_ptr++; opt_ptr 86 net/dccp/options.c value = opt_ptr; opt_ptr 87 net/dccp/options.c opt_ptr += len; opt_ptr 89 net/dccp/options.c if (opt_ptr > opt_end) opt_ptr 1986 net/ipv4/cipso_ipv4.c static int cipso_v4_delopt(struct ip_options_rcu __rcu **opt_ptr) opt_ptr 1988 net/ipv4/cipso_ipv4.c struct ip_options_rcu *opt = rcu_dereference_protected(*opt_ptr, 1); opt_ptr 2036 net/ipv4/cipso_ipv4.c *opt_ptr = NULL;