Searched refs:hdr6 (Results 1 – 1 of 1) sorted by relevance
27 struct ipv6hdr *hdr6; in bpf_basertt() local60 hdr6 = (struct ipv6hdr *) header; in bpf_basertt()61 tos = ((hdr6->priority) << 4 | in bpf_basertt()62 (hdr6->flow_lbl[0]) >> 4); in bpf_basertt()