taglinefilesource code
optbuf329net/ipv4/icmp.cunsigned char  optbuf[40];
optbuf462net/ipv4/ip_sockglue.cunsigned char optbuf[sizeof(struct options)+40];
optbuf463net/ipv4/ip_sockglue.cstruct options * opt = (struct options*)optbuf;
optbuf470net/ipv4/ip_sockglue.cmemcpy(optbuf, sk->opt, sizeof(struct options)+sk->opt->optlen);