Lines Matching defs:tstamp
5367 * long bpf_skb_set_tstamp(struct sk_buff *skb, u64 tstamp, u32 tstamp_type)
5370 * and set *tstamp* to the __sk_buff->tstamp together.
5373 * the tstamp value can be directly written to __sk_buff->tstamp
5376 * BPF_SKB_TSTAMP_DELIVERY_MONO is the only tstamp that
5378 * *tstamp* must be used with the BPF_SKB_TSTAMP_DELIVERY_MONO
5382 * with a zero *tstamp*.
5387 * mono delivery time to __sk_buff->tstamp and then
5389 * changing the (rcv) timestamp in __sk_buff->tstamp at
6099 BPF_SKB_TSTAMP_DELIVERY_MONO, /* tstamp has mono delivery time */
6141 __u64 tstamp;