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