taglinefilesource code
opt_space1375net/ipv4/ip.cint opt_space=4*(iph->ihl-5);
opt_space1381net/ipv4/ip.cwhile(opt_space>0)
opt_space1386net/ipv4/ip.copt_space--;
opt_space1391net/ipv4/ip.cif(opt_space<2 || (opt_size=opt_ptr[1])<2 || opt_ptr[1]>opt_space)
opt_space1456net/ipv4/ip.copt_space-=opt_size;