Home
last modified time | relevance | path

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

/linux/include/net/
H A Dip.h49 struct ip_options opt; /* Compiled IP options */
289 const struct ip_options *sopt,
764 void ip_options_build(struct sk_buff *skb, struct ip_options *opt,
767 int __ip_options_echo(struct net *net, struct ip_options *dopt,
768 struct sk_buff *skb, const struct ip_options *sopt);
769 static inline int ip_options_echo(struct net *net, struct ip_options *dopt, in ip_options_echo()
776 int __ip_options_compile(struct net *net, struct ip_options *opt,
778 int ip_options_compile(struct net *net, struct ip_options *opt,
782 void ip_options_undo(struct ip_options *opt);
H A Dtcp.h2725 const struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in tcp_v4_save_options()
/linux/net/ipv4/
H A Dip_forward.c67 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward_finish()
88 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward()
H A Dip_output.c963 struct ip_options *opt = cork->opt; in __ip_append_data()
1316 cork->opt = kmalloc(sizeof(struct ip_options) + 40, in ip_setup_cork()
1321 memcpy(cork->opt, &opt->opt, sizeof(struct ip_options) + opt->opt.optlen); in ip_setup_cork()
1407 struct ip_options *opt = NULL; in __ip_make_skb()
1606 const struct ip_options *sopt, in ip_send_unicast_reply()
H A Dsyncookies.c403 struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in cookie_v4_check()
H A Dcipso_ipv4.c2176 struct ip_options *opt = &IPCB(skb)->opt; in cipso_v4_skbuff_setattr()
2254 struct ip_options *opt = &IPCB(skb)->opt; in cipso_v4_skbuff_delattr()
H A Dipmr.c1865 struct ip_options *opt = &(IPCB(skb)->opt); in ipmr_forward_finish()
/linux/net/netfilter/
H A Dnft_exthdr.c85 unsigned char optbuf[sizeof(struct ip_options) + 40]; in ipv4_find_option()
86 struct ip_options *opt = (struct ip_options *)optbuf; in ipv4_find_option()
100 memset(opt, 0, sizeof(struct ip_options)); in ipv4_find_option()
/linux/drivers/scsi/qla4xxx/
H A Dql4_fw.h868 uint16_t ip_options; /* 0C-0D */ member