taglinefilesource code
optbuf168net/ipv4/icmp.cunsigned char  optbuf[40];
optbuf437net/ipv4/ip_sockglue.cunsigned char optbuf[sizeof(struct options)+40];
optbuf438net/ipv4/ip_sockglue.cstruct options * opt = (struct options*)optbuf;
optbuf445net/ipv4/ip_sockglue.cmemcpy(optbuf, sk->opt, sizeof(struct options)+sk->opt->optlen);