ip_options        869 drivers/scsi/qla4xxx/ql4_fw.h 	uint16_t ip_options;	/* 0C-0D */
ip_options       3529 drivers/scsi/qla4xxx/ql4_os.c 	options = le16_to_cpu(fw_ddb_entry->ip_options);
ip_options       3656 drivers/scsi/qla4xxx/ql4_os.c 	options = le16_to_cpu(fw_ddb_entry->ip_options);
ip_options       3658 drivers/scsi/qla4xxx/ql4_os.c 	fw_ddb_entry->ip_options = cpu_to_le16(options);
ip_options       3766 drivers/scsi/qla4xxx/ql4_os.c 	options = le16_to_cpu(fw_ddb_entry->ip_options);
ip_options         40 include/net/icmp.h 		 const struct ip_options *opt);
ip_options         60 include/net/inet_sock.h 	struct ip_options opt;
ip_options        153 include/net/inet_sock.h 	struct ip_options	*opt;
ip_options         45 include/net/ip.h 	struct ip_options	opt;		/* Compiled IP options		*/
ip_options        280 include/net/ip.h 			   const struct ip_options *sopt,
ip_options        697 include/net/ip.h void ip_options_build(struct sk_buff *skb, struct ip_options *opt,
ip_options        700 include/net/ip.h int __ip_options_echo(struct net *net, struct ip_options *dopt,
ip_options        701 include/net/ip.h 		      struct sk_buff *skb, const struct ip_options *sopt);
ip_options        702 include/net/ip.h static inline int ip_options_echo(struct net *net, struct ip_options *dopt,
ip_options        709 include/net/ip.h int __ip_options_compile(struct net *net, struct ip_options *opt,
ip_options        711 include/net/ip.h int ip_options_compile(struct net *net, struct ip_options *opt,
ip_options        717 include/net/ip.h void ip_options_undo(struct ip_options *opt);
ip_options       2053 include/net/tcp.h 	const struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt;
ip_options       1727 net/ipv4/cipso_ipv4.c 	unsigned char optbuf[sizeof(struct ip_options) + 40];
ip_options       1728 net/ipv4/cipso_ipv4.c 	struct ip_options *opt = (struct ip_options *)optbuf;
ip_options       1739 net/ipv4/cipso_ipv4.c 	memset(opt, 0, sizeof(struct ip_options));
ip_options       2174 net/ipv4/cipso_ipv4.c 	struct ip_options *opt = &IPCB(skb)->opt;
ip_options       2250 net/ipv4/cipso_ipv4.c 	struct ip_options *opt = &IPCB(skb)->opt;
ip_options        570 net/ipv4/icmp.c 		 const struct ip_options *opt)
ip_options         67 net/ipv4/ip_forward.c 	struct ip_options *opt	= &(IPCB(skb)->opt);
ip_options         91 net/ipv4/ip_forward.c 	struct ip_options *opt	= &(IPCB(skb)->opt);
ip_options        259 net/ipv4/ip_input.c 	struct ip_options *opt;
ip_options         44 net/ipv4/ip_options.c void ip_options_build(struct sk_buff *skb, struct ip_options *opt,
ip_options         49 net/ipv4/ip_options.c 	memcpy(&(IPCB(skb)->opt), opt, sizeof(struct ip_options));
ip_options         90 net/ipv4/ip_options.c int __ip_options_echo(struct net *net, struct ip_options *dopt,
ip_options         91 net/ipv4/ip_options.c 		      struct sk_buff *skb, const struct ip_options *sopt)
ip_options         97 net/ipv4/ip_options.c 	memset(dopt, 0, sizeof(struct ip_options));
ip_options        211 net/ipv4/ip_options.c 	struct ip_options *opt = &(IPCB(skb)->opt);
ip_options        255 net/ipv4/ip_options.c 			 struct ip_options *opt, struct sk_buff *skb,
ip_options        479 net/ipv4/ip_options.c 		       struct ip_options *opt, struct sk_buff *skb)
ip_options        495 net/ipv4/ip_options.c void ip_options_undo(struct ip_options *opt)
ip_options        571 net/ipv4/ip_options.c 	struct   ip_options *opt	= &(IPCB(skb)->opt);
ip_options        618 net/ipv4/ip_options.c 	struct ip_options *opt = &(IPCB(skb)->opt);
ip_options        967 net/ipv4/ip_output.c 	struct ip_options *opt = cork->opt;
ip_options       1251 net/ipv4/ip_output.c 			cork->opt = kmalloc(sizeof(struct ip_options) + 40,
ip_options       1256 net/ipv4/ip_output.c 		memcpy(cork->opt, &opt->opt, sizeof(struct ip_options) + opt->opt.optlen);
ip_options       1328 net/ipv4/ip_output.c 	struct ip_options *opt = NULL;
ip_options       1474 net/ipv4/ip_output.c 	struct ip_options *opt = NULL;
ip_options       1657 net/ipv4/ip_output.c 			   const struct ip_options *sopt,
ip_options         89 net/ipv4/ip_sockglue.c 	unsigned char optbuf[sizeof(struct ip_options) + 40];
ip_options         90 net/ipv4/ip_sockglue.c 	struct ip_options *opt = (struct ip_options *)optbuf;
ip_options       1335 net/ipv4/ip_sockglue.c 		unsigned char optbuf[sizeof(struct ip_options)+40];
ip_options       1336 net/ipv4/ip_sockglue.c 		struct ip_options *opt = (struct ip_options *)optbuf;
ip_options       1344 net/ipv4/ip_sockglue.c 			       sizeof(struct ip_options) +
ip_options       1803 net/ipv4/ipmr.c 	struct ip_options *opt = &(IPCB(skb)->opt);
ip_options       1197 net/ipv4/route.c 	struct ip_options opt;
ip_options        285 net/ipv4/syncookies.c 	struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt;
ip_options         73 net/netfilter/nft_exthdr.c 	unsigned char optbuf[sizeof(struct ip_options) + 40];
ip_options         74 net/netfilter/nft_exthdr.c 	struct ip_options *opt = (struct ip_options *)optbuf;
ip_options         90 net/netfilter/nft_exthdr.c 	memset(opt, 0, sizeof(struct ip_options));
ip_options         59 net/netfilter/nft_flow_offload.c 		const struct ip_options *opt;