Home
last modified time | relevance | path

Searched refs:tstamp_type (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_tc_dtime.c225 if (skb->tstamp_type == BPF_SKB_TSTAMP_DELIVERY_MONO && in egress_host()
231 if (skb->tstamp_type == BPF_SKB_TSTAMP_UNSPEC && in egress_host()
255 if (skb->tstamp_type == BPF_SKB_TSTAMP_DELIVERY_MONO && in ingress_host()
277 * if the tc-bpf checks the skb->tstamp_type. in ingress_fwdns_prio100()
301 * the tc-bpf did not use the tstamp_type. in egress_fwdns_prio100()
329 if (skb->tstamp_type) { in ingress_fwdns_prio101()
331 skb->tstamp_type != BPF_SKB_TSTAMP_DELIVERY_MONO || in ingress_fwdns_prio101()
341 if (skb->tstamp_type == BPF_SKB_TSTAMP_DELIVERY_MONO) { in ingress_fwdns_prio101()
371 if (skb->tstamp_type) { in egress_fwdns_prio101()
373 skb->tstamp_type ! in egress_fwdns_prio101()
[all...]
/kernel/linux/linux-5.10/sound/core/
H A Dpcm_compat.c82 u32 tstamp_type; member
103 get_user(params.tstamp_type, &src->tstamp_type) || in snd_pcm_ioctl_sw_params_compat()
H A Dpcm_native.c914 params->tstamp_type > SNDRV_PCM_TSTAMP_TYPE_LAST) in snd_pcm_sw_params()
931 runtime->tstamp_type = params->tstamp_type; in snd_pcm_sw_params()
3169 runtime->tstamp_type = arg; in snd_pcm_tstamp()
/kernel/linux/linux-6.6/sound/core/
H A Dpcm_compat.c82 u32 tstamp_type; member
103 get_user(params.tstamp_type, &src->tstamp_type) || in snd_pcm_ioctl_sw_params_compat()
H A Dpcm_native.c933 params->tstamp_type > SNDRV_PCM_TSTAMP_TYPE_LAST) in snd_pcm_sw_params()
950 runtime->tstamp_type = params->tstamp_type; in snd_pcm_sw_params()
3200 runtime->tstamp_type = arg; in snd_pcm_tstamp()
/kernel/linux/linux-5.10/include/sound/
H A Dpcm.h414 int tstamp_type; /* timestamp type */ member
1180 switch (runtime->tstamp_type) { in snd_pcm_gettime()
/kernel/linux/linux-6.6/include/sound/
H A Dpcm.h417 int tstamp_type; /* timestamp type */ member
1247 switch (runtime->tstamp_type) { in snd_pcm_gettime()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dasound.h335 unsigned int tstamp_type; member
/kernel/linux/linux-5.10/tools/include/uapi/sound/
H A Dasound.h445 unsigned int tstamp_type; /* timestamp type (req. proto >= 2.0.12) */ member
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dasound.h445 unsigned int tstamp_type; /* timestamp type (req. proto >= 2.0.12) */ member
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dasound.h446 unsigned int tstamp_type; /* timestamp type (req. proto >= 2.0.12) */ member
/kernel/linux/linux-6.6/tools/include/uapi/sound/
H A Dasound.h446 unsigned int tstamp_type; /* timestamp type (req. proto >= 2.0.12) */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dasound.h350 unsigned int tstamp_type; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dasound.h350 unsigned int tstamp_type; member
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_controller.c540 switch (runtime->tstamp_type) { in azx_get_time_info()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dbpf.h5340 * long bpf_skb_set_tstamp(struct sk_buff *skb, u64 tstamp, u32 tstamp_type)
5342 * Change the __sk_buff->tstamp_type to *tstamp_type*
5345 * If there is no need to change the __sk_buff->tstamp_type,
5352 * *tstamp_type*.
5354 * A BPF_SKB_TSTAMP_UNSPEC *tstamp_type* can only be used
6119 __u8 tstamp_type; member
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_controller.c522 switch (runtime->tstamp_type) { in azx_get_time_info()
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dbpf.h5340 * long bpf_skb_set_tstamp(struct sk_buff *skb, u64 tstamp, u32 tstamp_type)
5342 * Change the __sk_buff->tstamp_type to *tstamp_type*
5345 * If there is no need to change the __sk_buff->tstamp_type,
5352 * *tstamp_type*.
5354 * A BPF_SKB_TSTAMP_UNSPEC *tstamp_type* can only be used
6119 __u8 tstamp_type; member
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c7666 u64, tstamp, u32, tstamp_type) in BPF_CALL_3()
7673 switch (tstamp_type) { in BPF_CALL_3()
8525 case offsetof(struct __sk_buff, tstamp_type): in bpf_skb_is_valid_access()
8527 case offsetofend(struct __sk_buff, tstamp_type) ... offsetof(struct __sk_buff, hwtstamp) - 1: in bpf_skb_is_valid_access()
8882 case offsetof(struct __sk_buff, tstamp_type): in tc_cls_act_is_valid_access()
8885 * has used __sk_buff->tstamp_type or not. in tc_cls_act_is_valid_access()
9374 /* If the tstamp_type is read, in bpf_convert_tstamp_read()
9408 /* If the tstamp_type is read, in bpf_convert_tstamp_write()
9752 case offsetof(struct __sk_buff, tstamp_type): in bpf_convert_ctx_access()

Completed in 83 milliseconds