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