Home
last modified time | relevance | path

Searched refs:optp (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dip_options.c491 int ip_options_get(struct ip_options **optp, unsigned char *data, int optlen, int user) in ip_options_get() argument
517 if (*optp) in ip_options_get()
518 kfree(*optp); in ip_options_get()
519 *optp = opt; in ip_options_get()
/linux-2.4.37.9/drivers/video/
Dacornfb.c1520 struct options *optp; in acornfb_setup() local
1532 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()
/linux-2.4.37.9/include/net/
Dip.h261 extern int ip_options_get(struct ip_options **optp, unsigned char *data, int optlen, int user);