optbuf           1727 net/ipv4/cipso_ipv4.c 	unsigned char optbuf[sizeof(struct ip_options) + 40];
optbuf           1728 net/ipv4/cipso_ipv4.c 	struct ip_options *opt = (struct ip_options *)optbuf;
optbuf             89 net/ipv4/ip_sockglue.c 	unsigned char optbuf[sizeof(struct ip_options) + 40];
optbuf             90 net/ipv4/ip_sockglue.c 	struct ip_options *opt = (struct ip_options *)optbuf;
optbuf           1335 net/ipv4/ip_sockglue.c 		unsigned char optbuf[sizeof(struct ip_options)+40];
optbuf           1336 net/ipv4/ip_sockglue.c 		struct ip_options *opt = (struct ip_options *)optbuf;
optbuf           1343 net/ipv4/ip_sockglue.c 			memcpy(optbuf, &inet_opt->opt,
optbuf           2703 net/ipv4/tcp.c static int tcp_repair_set_window(struct tcp_sock *tp, char __user *optbuf, int len)
optbuf           2713 net/ipv4/tcp.c 	if (copy_from_user(&opt, optbuf, sizeof(opt)))
optbuf           2736 net/ipv4/tcp.c 		struct tcp_repair_opt __user *optbuf, unsigned int len)
optbuf           2742 net/ipv4/tcp.c 		if (copy_from_user(&opt, optbuf, sizeof(opt)))
optbuf           2745 net/ipv4/tcp.c 		optbuf++;
optbuf             73 net/netfilter/nft_exthdr.c 	unsigned char optbuf[sizeof(struct ip_options) + 40];
optbuf             74 net/netfilter/nft_exthdr.c 	struct ip_options *opt = (struct ip_options *)optbuf;