Searched refs:ip_options (Results 1 – 10 of 10) sorted by relevance
| /linux/net/ipv4/ |
| H A D | ip_options.c | 44 void ip_options_build(struct sk_buff *skb, struct ip_options *opt, in ip_options_build() 49 memcpy(&(IPCB(skb)->opt), opt, sizeof(struct ip_options)); in ip_options_build() 77 int __ip_options_echo(struct net *net, struct ip_options *dopt, in __ip_options_echo() 78 struct sk_buff *skb, const struct ip_options *sopt) in __ip_options_echo() 84 memset(dopt, 0, sizeof(struct ip_options)); in __ip_options_echo() 198 struct ip_options *opt = &(IPCB(skb)->opt); in ip_options_fragment() 242 struct ip_options *opt, struct sk_buff *skb, in __ip_options_compile() 466 struct ip_options *opt, struct sk_buff *skb) in ip_options_compile() 482 void ip_options_undo(struct ip_options *opt) in ip_options_undo() 544 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward_options() [all …]
|
| 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 | 962 struct ip_options *opt = cork->opt; in __ip_append_data() 1312 cork->opt = kmalloc(sizeof(struct ip_options) + 40, in ip_setup_cork() 1317 memcpy(cork->opt, &opt->opt, sizeof(struct ip_options) + opt->opt.optlen); in ip_setup_cork() 1403 struct ip_options *opt = NULL; in __ip_make_skb() 1602 const struct ip_options *sopt,
|
| H A D | syncookies.c | 407 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 | 1868 struct ip_options *opt = &(IPCB(skb)->opt); in ipmr_forward_finish()
|
| /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 | 2709 const struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in tcp_rto_delta_us()
|
| /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
|