Searched refs:tstamp_type (Results 1 – 14 of 14) sorted by relevance
| /net/ipv6/ |
| A D | netfilter.c | 130 u8 tstamp_type = skb->tstamp_type; in br_ip6_fragment() local 196 skb_set_delivery_time(skb, tstamp, tstamp_type); in br_ip6_fragment() 229 skb_set_delivery_time(skb2, tstamp, tstamp_type); in br_ip6_fragment()
|
| A D | reassembly.c | 202 fq->q.tstamp_type = skb->tstamp_type; in ip6_frag_queue()
|
| A D | ip6_output.c | 873 u8 tstamp_type = skb->tstamp_type; in ip6_fragment() local 969 skb_set_delivery_time(skb, tstamp, tstamp_type); in ip6_fragment() 1030 skb_set_delivery_time(frag, tstamp, tstamp_type); in ip6_fragment()
|
| /net/bridge/netfilter/ |
| A D | nf_conntrack_bridge.c | 35 u8 tstamp_type = skb->tstamp_type; in nf_br_ip_fragment() local 85 skb_set_delivery_time(skb, tstamp, tstamp_type); in nf_br_ip_fragment() 116 skb_set_delivery_time(skb2, tstamp, tstamp_type); in nf_br_ip_fragment()
|
| /net/sched/ |
| A D | act_bpf.c | 57 if (unlikely(!skb->tstamp && skb->tstamp_type)) in tcf_bpf_act() 58 skb->tstamp_type = SKB_CLOCK_REALTIME; in tcf_bpf_act()
|
| A D | cls_bpf.c | 107 if (unlikely(!skb->tstamp && skb->tstamp_type)) in cls_bpf_classify() 108 skb->tstamp_type = SKB_CLOCK_REALTIME; in cls_bpf_classify()
|
| /net/ieee802154/6lowpan/ |
| A D | reassembly.c | 136 fq->q.tstamp_type = skb->tstamp_type; in lowpan_frag_queue()
|
| /net/ipv6/netfilter/ |
| A D | nf_conntrack_reasm.c | 272 fq->q.tstamp_type = skb->tstamp_type; in nf_ct_frag6_queue()
|
| /net/ipv4/ |
| A D | ip_output.c | 764 u8 tstamp_type = skb->tstamp_type; in ip_do_fragment() local 856 skb_set_delivery_time(skb, tstamp, tstamp_type); in ip_do_fragment() 912 skb_set_delivery_time(skb2, tstamp, tstamp_type); in ip_do_fragment() 1670 nskb->tstamp_type = SKB_CLOCK_MONOTONIC; in ip_send_unicast_reply()
|
| A D | inet_fragment.c | 621 head->tstamp_type = q->tstamp_type; in inet_frag_reasm_finish()
|
| A D | ip_fragment.c | 350 qp->q.tstamp_type = skb->tstamp_type; in ip_frag_queue()
|
| /net/core/ |
| A D | filter.c | 7852 u64, tstamp, u32, tstamp_type) in BPF_CALL_3() argument 7859 switch (tstamp_type) { in BPF_CALL_3() 7862 skb->tstamp_type = SKB_CLOCK_REALTIME; in BPF_CALL_3() 7868 skb->tstamp_type = SKB_CLOCK_MONOTONIC; in BPF_CALL_3() 7874 skb->tstamp_type = SKB_CLOCK_TAI; in BPF_CALL_3() 8707 case offsetof(struct __sk_buff, tstamp_type): in bpf_skb_is_valid_access() 8709 case offsetofend(struct __sk_buff, tstamp_type) ... offsetof(struct __sk_buff, hwtstamp) - 1: in bpf_skb_is_valid_access() 9064 case offsetof(struct __sk_buff, tstamp_type): in tc_cls_act_is_valid_access() 9948 case offsetof(struct __sk_buff, tstamp_type): in bpf_convert_ctx_access()
|
| A D | dev.c | 2400 skb->tstamp_type = SKB_CLOCK_REALTIME; in net_timestamp_set()
|
| /net/bluetooth/ |
| A D | l2cap_core.c | 7445 skb->tstamp_type); in l2cap_recv_frag()
|
Completed in 99 milliseconds