Home
last modified time | relevance | path

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

/net/dccp/
Doptions.c55 unsigned char *opt_ptr = options; in dccp_parse_options() local
69 while (opt_ptr != opt_end) { in dccp_parse_options()
70 opt = *opt_ptr++; in dccp_parse_options()
76 if (opt_ptr == opt_end) in dccp_parse_options()
79 len = *opt_ptr++; in dccp_parse_options()
87 value = opt_ptr; in dccp_parse_options()
88 opt_ptr += len; in dccp_parse_options()
90 if (opt_ptr > opt_end) in dccp_parse_options()
/net/ipv4/
Dcipso_ipv4.c1980 static int cipso_v4_delopt(struct ip_options_rcu __rcu **opt_ptr) in cipso_v4_delopt() argument
1982 struct ip_options_rcu *opt = rcu_dereference_protected(*opt_ptr, 1); in cipso_v4_delopt()
2030 *opt_ptr = NULL; in cipso_v4_delopt()