Searched refs:optp (Results 1 – 3 of 3) sorted by relevance
491 int ip_options_get(struct ip_options **optp, unsigned char *data, int optlen, int user) in ip_options_get() argument517 if (*optp) in ip_options_get()518 kfree(*optp); in ip_options_get()519 *optp = opt; in ip_options_get()
1520 struct options *optp; in acornfb_setup() local1532 for (optp = opt_table; optp->name; optp++) { in acornfb_setup()1535 optlen = strlen(optp->name); in acornfb_setup()1537 if (strncmp(opt, optp->name, optlen) == 0 && in acornfb_setup()1539 optp->parse(opt + optlen + 1); in acornfb_setup()1544 if (!optp->name) in acornfb_setup()
261 extern int ip_options_get(struct ip_options **optp, unsigned char *data, int optlen, int user);