ip_options 173 include/linux/wanrouter.h unsigned ip_options; /* IP options */ ip_options 58 include/net/inet_sock.h #define optlength(opt) (sizeof(struct ip_options) + opt->optlen) ip_options 77 include/net/inet_sock.h struct ip_options *opt; ip_options 122 include/net/inet_sock.h struct ip_options *opt; ip_options 140 include/net/inet_sock.h struct ip_options *opt; ip_options 38 include/net/ip.h struct ip_options opt; /* Compiled IP options */ ip_options 57 include/net/ip.h struct ip_options *opt; ip_options 1835 net/ipv4/cipso_ipv4.c struct ip_options *opt = NULL; ip_options 1907 net/ipv4/cipso_ipv4.c struct ip_options *opt; ip_options 2034 net/ipv4/cipso_ipv4.c struct ip_options *opt; ip_options 2060 net/ipv4/cipso_ipv4.c struct ip_options *opt = &IPCB(skb)->opt; ip_options 2135 net/ipv4/cipso_ipv4.c struct ip_options *opt = &IPCB(skb)->opt; ip_options 110 net/ipv4/icmp.c struct ip_options replyopts; ip_options 331 net/ipv4/inet_connection_sock.c struct ip_options *opt = inet_rsk(req)->opt; ip_options 43 net/ipv4/ip_forward.c struct ip_options * opt = &(IPCB(skb)->opt); ip_options 57 net/ipv4/ip_forward.c struct ip_options * opt = &(IPCB(skb)->opt); ip_options 266 net/ipv4/ip_input.c struct ip_options *opt; ip_options 43 net/ipv4/ip_options.c memcpy(&(IPCB(skb)->opt), opt, sizeof(struct ip_options)); ip_options 87 net/ipv4/ip_options.c struct ip_options *sopt; ip_options 93 net/ipv4/ip_options.c memset(dopt, 0, sizeof(struct ip_options)); ip_options 214 net/ipv4/ip_options.c struct ip_options * opt = &(IPCB(skb)->opt); ip_options 502 net/ipv4/ip_options.c static struct ip_options *ip_options_get_alloc(const int optlen) ip_options 504 net/ipv4/ip_options.c return kzalloc(sizeof(struct ip_options) + ((optlen + 3) & ~3), ip_options 526 net/ipv4/ip_options.c struct ip_options *opt = ip_options_get_alloc(optlen); ip_options 540 net/ipv4/ip_options.c struct ip_options *opt = ip_options_get_alloc(optlen); ip_options 551 net/ipv4/ip_options.c struct ip_options * opt = &(IPCB(skb)->opt); ip_options 596 net/ipv4/ip_options.c struct ip_options *opt = &(IPCB(skb)->opt); ip_options 315 net/ipv4/ip_output.c struct ip_options *opt = inet->opt; ip_options 787 net/ipv4/ip_output.c struct ip_options *opt = NULL; ip_options 807 net/ipv4/ip_output.c inet->cork.opt = kmalloc(sizeof(struct ip_options) + 40, sk->sk_allocation); ip_options 811 net/ipv4/ip_output.c memcpy(inet->cork.opt, opt, sizeof(struct ip_options)+opt->optlen); ip_options 1061 net/ipv4/ip_output.c struct ip_options *opt = NULL; ip_options 1216 net/ipv4/ip_output.c struct ip_options *opt = NULL; ip_options 1345 net/ipv4/ip_output.c struct ip_options opt; ip_options 96 net/ipv4/ip_sockglue.c unsigned char optbuf[sizeof(struct ip_options) + 40]; ip_options 97 net/ipv4/ip_sockglue.c struct ip_options * opt = (struct ip_options*)optbuf; ip_options 448 net/ipv4/ip_sockglue.c struct ip_options * opt = NULL; ip_options 986 net/ipv4/ip_sockglue.c unsigned char optbuf[sizeof(struct ip_options)+40]; ip_options 987 net/ipv4/ip_sockglue.c struct ip_options * opt = (struct ip_options*)optbuf; ip_options 991 net/ipv4/ip_sockglue.c sizeof(struct ip_options)+ ip_options 1179 net/ipv4/ipmr.c struct ip_options * opt = &(IPCB(skb)->opt); ip_options 316 net/ipv4/syncookies.c int opt_size = sizeof(struct ip_options) + opt->optlen; ip_options 772 net/ipv4/tcp_ipv4.c static struct ip_options *tcp_v4_save_options(struct sock *sk, ip_options 775 net/ipv4/tcp_ipv4.c struct ip_options *opt = &(IPCB(skb)->opt); ip_options 776 net/ipv4/tcp_ipv4.c struct ip_options *dopt = NULL;