Home
last modified time | relevance | path

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

/Linux-v5.4/net/dccp/
Doptions.c54 unsigned char *opt_ptr = options; in dccp_parse_options() local
68 while (opt_ptr != opt_end) { in dccp_parse_options()
69 opt = *opt_ptr++; in dccp_parse_options()
75 if (opt_ptr == opt_end) in dccp_parse_options()
78 len = *opt_ptr++; in dccp_parse_options()
86 value = opt_ptr; in dccp_parse_options()
87 opt_ptr += len; in dccp_parse_options()
89 if (opt_ptr > opt_end) in dccp_parse_options()
/Linux-v5.4/net/ipv4/
Dcipso_ipv4.c1979 static int cipso_v4_delopt(struct ip_options_rcu __rcu **opt_ptr) in cipso_v4_delopt() argument
1981 struct ip_options_rcu *opt = rcu_dereference_protected(*opt_ptr, 1); in cipso_v4_delopt()
2029 *opt_ptr = NULL; in cipso_v4_delopt()