Searched refs:ip_options (Results 1 – 10 of 10) 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, 772 void ip_options_build(struct sk_buff *skb, struct ip_options *opt, 775 int __ip_options_echo(struct net *net, struct ip_options *dopt, 776 struct sk_buff *skb, const struct ip_options *sopt); 777 static inline int ip_options_echo(struct net *net, struct ip_options *dopt, in ip_options_echo() 784 int __ip_options_compile(struct net *net, struct ip_options *opt, 786 int ip_options_compile(struct net *net, struct ip_options *opt, 790 void ip_options_undo(struct ip_options *opt);
|
| H A D | tcp.h | 2643 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_sockglue.c | 87 unsigned char optbuf[sizeof(struct ip_options) + 40]; in ip_cmsg_recv_retopts() 88 struct ip_options *opt = (struct ip_options *)optbuf; in ip_cmsg_recv_retopts() 1604 unsigned char optbuf[sizeof(struct ip_options)+40]; in do_ip_getsockopt() 1605 struct ip_options *opt = (struct ip_options *)optbuf; in do_ip_getsockopt() 1613 sizeof(struct ip_options) + in do_ip_getsockopt()
|
| H A D | Makefile | 7 ip_input.o ip_fragment.o ip_forward.o ip_options.o \
|
| H A D | ip_output.c | 963 struct ip_options *opt = cork->opt; in __ip_append_data() 1314 cork->opt = kmalloc(sizeof(struct ip_options) + 40, in ip_setup_cork() 1319 memcpy(cork->opt, &opt->opt, sizeof(struct ip_options) + opt->opt.optlen); in ip_setup_cork() 1405 struct ip_options *opt = NULL; in __ip_make_skb() 1604 const struct ip_options *sopt, in ip_send_unicast_reply()
|
| 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()
|
| /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
|