Searched refs:ip_options (Results 1 – 9 of 9) sorted by relevance
| /linux/include/net/ |
| H A D | ip.h | 49 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 D | tcp.h | 2725 const struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in tcp_v4_save_options()
|
| /linux/net/ipv4/ |
| H A D | ip_forward.c | 67 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward_finish() 88 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward()
|
| H A D | ip_output.c | 963 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 D | syncookies.c | 403 struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in cookie_v4_check()
|
| H A D | cipso_ipv4.c | 2176 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 D | ipmr.c | 1865 struct ip_options *opt = &(IPCB(skb)->opt); in ipmr_forward_finish()
|
| /linux/net/netfilter/ |
| H A D | nft_exthdr.c | 85 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 D | ql4_fw.h | 868 uint16_t ip_options; /* 0C-0D */ member
|