Searched refs:optp (Results 1 – 3 of 3) sorted by relevance
882 struct options *optp; in acornfb_setup() local894 for (optp = opt_table; optp->name; optp++) { in acornfb_setup()897 optlen = strlen(optp->name); in acornfb_setup()899 if (strncmp(opt, optp->name, optlen) == 0 && in acornfb_setup()901 optp->parse(opt + optlen + 1); in acornfb_setup()906 if (!optp->name) in acornfb_setup()
512 int ip_options_get(struct net *net, struct ip_options_rcu **optp, in ip_options_get() argument537 kfree(*optp); in ip_options_get()538 *optp = opt; in ip_options_get()
780 int ip_options_get(struct net *net, struct ip_options_rcu **optp,