Symbol: ip_options
drivers/scsi/qla4xxx/ql4_fw.h
868
uint16_t ip_options; /* 0C-0D */
drivers/scsi/qla4xxx/ql4_os.c
3568
options = le16_to_cpu(fw_ddb_entry->ip_options);
drivers/scsi/qla4xxx/ql4_os.c
3694
options = le16_to_cpu(fw_ddb_entry->ip_options);
drivers/scsi/qla4xxx/ql4_os.c
3696
fw_ddb_entry->ip_options = cpu_to_le16(options);
drivers/scsi/qla4xxx/ql4_os.c
3804
options = le16_to_cpu(fw_ddb_entry->ip_options);
include/net/inet_sock.h
172
struct ip_options *opt;
include/net/inet_sock.h
65
struct ip_options opt;
include/net/ip.h
289
const struct ip_options *sopt,
include/net/ip.h
49
struct ip_options opt; /* Compiled IP options */
include/net/ip.h
764
void ip_options_build(struct sk_buff *skb, struct ip_options *opt,
include/net/ip.h
767
int __ip_options_echo(struct net *net, struct ip_options *dopt,
include/net/ip.h
768
struct sk_buff *skb, const struct ip_options *sopt);
include/net/ip.h
769
static inline int ip_options_echo(struct net *net, struct ip_options *dopt,
include/net/ip.h
776
int __ip_options_compile(struct net *net, struct ip_options *opt,
include/net/ip.h
778
int ip_options_compile(struct net *net, struct ip_options *opt,
include/net/ip.h
782
void ip_options_undo(struct ip_options *opt);
include/net/tcp.h
2711
const struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt;
net/ipv4/cipso_ipv4.c
2176
struct ip_options *opt = &IPCB(skb)->opt;
net/ipv4/cipso_ipv4.c
2254
struct ip_options *opt = &IPCB(skb)->opt;
net/ipv4/ip_forward.c
67
struct ip_options *opt = &(IPCB(skb)->opt);
net/ipv4/ip_forward.c
88
struct ip_options *opt = &(IPCB(skb)->opt);
net/ipv4/ip_input.c
272
struct ip_options *opt;
net/ipv4/ip_options.c
198
struct ip_options *opt = &(IPCB(skb)->opt);
net/ipv4/ip_options.c
242
struct ip_options *opt, struct sk_buff *skb,
net/ipv4/ip_options.c
44
void ip_options_build(struct sk_buff *skb, struct ip_options *opt,
net/ipv4/ip_options.c
466
struct ip_options *opt, struct sk_buff *skb)
net/ipv4/ip_options.c
482
void ip_options_undo(struct ip_options *opt)
net/ipv4/ip_options.c
49
memcpy(&(IPCB(skb)->opt), opt, sizeof(struct ip_options));
net/ipv4/ip_options.c
544
struct ip_options *opt = &(IPCB(skb)->opt);
net/ipv4/ip_options.c
591
struct ip_options *opt = &(IPCB(skb)->opt);
net/ipv4/ip_options.c
77
int __ip_options_echo(struct net *net, struct ip_options *dopt,
net/ipv4/ip_options.c
78
struct sk_buff *skb, const struct ip_options *sopt)
net/ipv4/ip_options.c
84
memset(dopt, 0, sizeof(struct ip_options));
net/ipv4/ip_output.c
1312
cork->opt = kmalloc(sizeof(struct ip_options) + 40,
net/ipv4/ip_output.c
1317
memcpy(cork->opt, &opt->opt, sizeof(struct ip_options) + opt->opt.optlen);
net/ipv4/ip_output.c
1403
struct ip_options *opt = NULL;
net/ipv4/ip_output.c
1602
const struct ip_options *sopt,
net/ipv4/ip_output.c
962
struct ip_options *opt = cork->opt;
net/ipv4/ip_sockglue.c
1604
unsigned char optbuf[sizeof(struct ip_options)+40];
net/ipv4/ip_sockglue.c
1605
struct ip_options *opt = (struct ip_options *)optbuf;
net/ipv4/ip_sockglue.c
1613
sizeof(struct ip_options) +
net/ipv4/ip_sockglue.c
87
unsigned char optbuf[sizeof(struct ip_options) + 40];
net/ipv4/ip_sockglue.c
88
struct ip_options *opt = (struct ip_options *)optbuf;
net/ipv4/ipmr.c
1868
struct ip_options *opt = &(IPCB(skb)->opt);
net/ipv4/syncookies.c
407
struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt;
net/netfilter/nft_exthdr.c
100
memset(opt, 0, sizeof(struct ip_options));
net/netfilter/nft_exthdr.c
85
unsigned char optbuf[sizeof(struct ip_options) + 40];
net/netfilter/nft_exthdr.c
86
struct ip_options *opt = (struct ip_options *)optbuf;
net/netfilter/nft_flow_offload.c
30
const struct ip_options *opt;