Home
last modified time | relevance | path

Searched refs:extoff (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/ptp/
H A Dptp_chardev.c353 struct ptp_sys_offset_extended *extoff __free(kfree) = NULL; in ptp_sys_offset_extended()
359 extoff = memdup_user(arg, sizeof(*extoff)); in ptp_sys_offset_extended()
360 if (IS_ERR(extoff)) in ptp_sys_offset_extended()
361 return PTR_ERR(extoff); in ptp_sys_offset_extended()
363 if (extoff->n_samples > PTP_MAX_SAMPLES || extoff->rsv[0] || extoff->rsv[1]) in ptp_sys_offset_extended()
366 switch (extoff->clockid) { in ptp_sys_offset_extended()
379 sts.clockid = extoff in ptp_sys_offset_extended()
[all...]
/linux/drivers/net/wireless/ath/ath9k/
H A Dhw.c226 int8_t extoff; in ath9k_hw_get_channel_centers() local
237 extoff = 1; in ath9k_hw_get_channel_centers()
241 extoff = -1; in ath9k_hw_get_channel_centers()
245 centers->synth_center - (extoff * HT40_CHANNEL_CENTER_SHIFT); in ath9k_hw_get_channel_centers()
248 centers->synth_center + (extoff * HT40_CHANNEL_CENTER_SHIFT); in ath9k_hw_get_channel_centers()
/linux/net/netfilter/
H A Dnf_conntrack_core.c372 unsigned int extoff = nhoff + sizeof(struct ipv6hdr); in ipv6_get_l4proto() local
381 protoff = ipv6_skip_exthdr(skb, extoff, &nexthdr, &frag_off); in ipv6_get_l4proto()