Searched refs:sendmsg_ns (Results 1 – 1 of 1) sorted by relevance
19 __u64 sendmsg_ns; /* record ts when sendmsg is called */ member 28 u64 sendmsg_ns; /* record ts when sendmsg is called */ member 29 u32 sched_delay; /* SCHED_CB - sendmsg_ns */144 dinfo.sendmsg_ns = stg->sendmsg_ns; in bpf_test_delay() 163 val->sched_delay = timestamp - val->sendmsg_ns; in bpf_test_delay() 167 prior_ts = val->sched_delay + val->sendmsg_ns; in bpf_test_delay() 172 prior_ts = val->snd_sw_delay + val->sched_delay + val->sendmsg_ns; in bpf_test_delay() 205 stg->sendmsg_ns = timestamp; in BPF_PROG()