taglinefilesource code
tstamp56include/linux/ip.hstruct timestamp  tstamp;
tstamp254net/inet/ip.copt->tstamp.ptr              = 0;
tstamp343net/inet/ip.copt->tstamp.len = *buff / 4 - 1;
tstamp346net/inet/ip.copt->tstamp.ptr = (*buff-1)/4;
tstamp348net/inet/ip.copt->tstamp.x.full_char = *buff;
tstamp350net/inet/ip.cfor (i = 0; i < opt->tstamp.len; i++) {
tstamp351net/inet/ip.copt->tstamp.data[i] = *(unsigned long *)buff;