optp              885 drivers/video/fbdev/acornfb.c 	struct options *optp;
optp              897 drivers/video/fbdev/acornfb.c 		for (optp = opt_table; optp->name; optp++) {
optp              900 drivers/video/fbdev/acornfb.c 			optlen = strlen(optp->name);
optp              902 drivers/video/fbdev/acornfb.c 			if (strncmp(opt, optp->name, optlen) == 0 &&
optp              904 drivers/video/fbdev/acornfb.c 				optp->parse(opt + optlen + 1);
optp              909 drivers/video/fbdev/acornfb.c 		if (!optp->name)
optp              713 include/net/ip.h int ip_options_get(struct net *net, struct ip_options_rcu **optp,
optp              715 include/net/ip.h int ip_options_get_from_user(struct net *net, struct ip_options_rcu **optp,
optp              528 net/ipv4/ip_options.c static int ip_options_get_finish(struct net *net, struct ip_options_rcu **optp,
optp              538 net/ipv4/ip_options.c 	kfree(*optp);
optp              539 net/ipv4/ip_options.c 	*optp = opt;
optp              543 net/ipv4/ip_options.c int ip_options_get_from_user(struct net *net, struct ip_options_rcu **optp,
optp              554 net/ipv4/ip_options.c 	return ip_options_get_finish(net, optp, opt, optlen);
optp              557 net/ipv4/ip_options.c int ip_options_get(struct net *net, struct ip_options_rcu **optp,
optp              566 net/ipv4/ip_options.c 	return ip_options_get_finish(net, optp, opt, optlen);
optp               60 net/netfilter/nfnetlink_osf.c 	const unsigned char	*optp;
optp               69 net/netfilter/nfnetlink_osf.c 	const __u8 *optpinit = ctx->optp;
optp               98 net/netfilter/nfnetlink_osf.c 		if (f->opt[optnum].kind == *ctx->optp) {
optp              100 net/netfilter/nfnetlink_osf.c 			const __u8 *optend = ctx->optp + len;
optp              104 net/netfilter/nfnetlink_osf.c 			switch (*ctx->optp) {
optp              106 net/netfilter/nfnetlink_osf.c 				mss = ctx->optp[3];
optp              108 net/netfilter/nfnetlink_osf.c 				mss |= ctx->optp[2];
optp              116 net/netfilter/nfnetlink_osf.c 			ctx->optp = optend;
optp              160 net/netfilter/nfnetlink_osf.c 		ctx->optp = optpinit;
optp              187 net/netfilter/nfnetlink_osf.c 		ctx->optp = skb_header_pointer(skb, ip_hdrlen(skb) +