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