Home
last modified time | relevance | path

Searched refs:ip_options (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/net/ipv4/
Dip_options.c43 void ip_options_build(struct sk_buff *skb, struct ip_options *opt, in ip_options_build()
48 memcpy(&(IPCB(skb)->opt), opt, sizeof(struct ip_options)); in ip_options_build()
90 int __ip_options_echo(struct ip_options *dopt, struct sk_buff *skb, in __ip_options_echo()
91 const struct ip_options *sopt) in __ip_options_echo()
97 memset(dopt, 0, sizeof(struct ip_options)); in __ip_options_echo()
214 struct ip_options *opt = &(IPCB(skb)->opt); in ip_options_fragment()
258 struct ip_options *opt, struct sk_buff *skb) in ip_options_compile()
486 void ip_options_undo(struct ip_options *opt) in ip_options_undo()
562 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward_options()
609 struct ip_options *opt = &(IPCB(skb)->opt); in ip_options_rcv_srr()
Dip_forward.c66 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward_finish()
83 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward()
Dip_sockglue.c85 unsigned char optbuf[sizeof(struct ip_options) + 40]; in ip_cmsg_recv_retopts()
86 struct ip_options *opt = (struct ip_options *)optbuf; in ip_cmsg_recv_retopts()
1292 unsigned char optbuf[sizeof(struct ip_options)+40]; in do_ip_getsockopt()
1293 struct ip_options *opt = (struct ip_options *)optbuf; in do_ip_getsockopt()
1301 sizeof(struct ip_options) + in do_ip_getsockopt()
DMakefile6 ip_input.o ip_fragment.o ip_forward.o ip_options.o \
Dip_output.c878 struct ip_options *opt = cork->opt; in __ip_append_data()
1127 cork->opt = kmalloc(sizeof(struct ip_options) + 40, in ip_setup_cork()
1132 memcpy(cork->opt, &opt->opt, sizeof(struct ip_options) + opt->opt.optlen); in ip_setup_cork()
1198 struct ip_options *opt = NULL; in ip_append_page()
1357 struct ip_options *opt = NULL; in __ip_make_skb()
1540 const struct ip_options *sopt, in ip_send_unicast_reply()
Dip_input.c264 struct ip_options *opt; in ip_rcv_options()
Dsyncookies.c296 struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in cookie_v4_check()
Dcipso_ipv4.c2231 struct ip_options *opt = &IPCB(skb)->opt; in cipso_v4_skbuff_setattr()
2307 struct ip_options *opt = &IPCB(skb)->opt; in cipso_v4_skbuff_delattr()
Dipmr.c1677 struct ip_options *opt = &(IPCB(skb)->opt); in ipmr_forward_finish()
/linux-4.4.14/include/net/
Dip.h39 struct ip_options opt; /* Compiled IP options */
183 const struct ip_options *sopt,
530 void ip_options_build(struct sk_buff *skb, struct ip_options *opt,
533 int __ip_options_echo(struct ip_options *dopt, struct sk_buff *skb,
534 const struct ip_options *sopt);
535 static inline int ip_options_echo(struct ip_options *dopt, struct sk_buff *skb) in ip_options_echo()
541 int ip_options_compile(struct net *net, struct ip_options *opt,
547 void ip_options_undo(struct ip_options *opt);
Dinet_sock.h43 struct ip_options { struct
64 struct ip_options opt; argument
119 struct ip_options *opt;
Dtcp.h1774 const struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in tcp_v4_save_options()
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_fw.h869 uint16_t ip_options; /* 0C-0D */ member
Dql4_os.c3513 options = le16_to_cpu(fw_ddb_entry->ip_options); in qla4xxx_copy_from_fwddb_param()
3640 options = le16_to_cpu(fw_ddb_entry->ip_options); in qla4xxx_copy_to_fwddb_param()
3642 fw_ddb_entry->ip_options = cpu_to_le16(options); in qla4xxx_copy_to_fwddb_param()
3750 options = le16_to_cpu(fw_ddb_entry->ip_options); in qla4xxx_copy_to_sess_conn_params()