Home
last modified time | relevance | path

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

/linux-4.4.14/net/dccp/
Doptions.c58 unsigned char *opt_ptr = options; in dccp_parse_options() local
72 while (opt_ptr != opt_end) { in dccp_parse_options()
73 opt = *opt_ptr++; in dccp_parse_options()
79 if (opt_ptr == opt_end) in dccp_parse_options()
82 len = *opt_ptr++; in dccp_parse_options()
90 value = opt_ptr; in dccp_parse_options()
91 opt_ptr += len; in dccp_parse_options()
93 if (opt_ptr > opt_end) in dccp_parse_options()
/linux-4.4.14/net/ipv4/
Dcipso_ipv4.c2033 static int cipso_v4_delopt(struct ip_options_rcu **opt_ptr) in cipso_v4_delopt() argument
2036 struct ip_options_rcu *opt = *opt_ptr; in cipso_v4_delopt()
2081 *opt_ptr = NULL; in cipso_v4_delopt()