Home
last modified time | relevance | path

Searched defs:off (Results 1 – 25 of 39) sorted by relevance

12

/include/linux/isdn/
Dcapiutil.h19 #define CAPIMSG_U8(m, off) (m[off]) argument
20 #define CAPIMSG_U16(m, off) (m[off]|(m[(off)+1]<<8)) argument
21 #define CAPIMSG_U32(m, off) (m[off]|(m[(off)+1]<<8)|(m[(off)+2]<<16)|(m[(off)+3]<<24)) argument
33 static inline void capimsg_setu8(void *m, int off, __u8 val) in capimsg_setu8()
38 static inline void capimsg_setu16(void *m, int off, __u16 val) in capimsg_setu16()
44 static inline void capimsg_setu32(void *m, int off, __u32 val) in capimsg_setu32()
/include/linux/reset/
Dbcm63xx_pmb.h34 u32 off, u32 op) in __bpcm_do_op()
59 u32 off, u32 *val) in bpcm_rd()
70 u32 off, u32 val) in bpcm_wr()
/include/uapi/linux/tc_ematch/
Dtc_em_nbyte.h9 __u16 off; member
Dtc_em_cmp.h11 __u16 off; member
/include/linux/
Dcompiler-intel.h19 #define RELOC_HIDE(ptr, off) \ argument
Dcompiler.h167 # define RELOC_HIDE(ptr, off) \ argument
224 static inline void *offset_to_ptr(const int *off) in offset_to_ptr()
Dvirtio_net.h87 u32 off = __virtio16_to_cpu(little_endian, hdr->csum_offset); in virtio_net_hdr_to_skb() local
Dpci-doe.h70 #define pci_doe_for_each_off(pdev, off) \ argument
Dcompiler-gcc.h31 #define RELOC_HIDE(ptr, off) \ argument
Dfilter.h825 bpf_ctx_narrow_access_ok(u32 off, u32 size, u32 size_default) in bpf_ctx_narrow_access_ok()
831 bpf_ctx_narrow_access_offset(u32 off, u32 size, u32 size_default) in bpf_ctx_narrow_access_offset()
842 #define bpf_ctx_wide_access_ok(off, size, type, field) \ argument
1142 unsigned long *off, char **modname, char *sym) in bpf_address_lookup()
1190 unsigned long *off, char *sym) in __bpf_address_lookup()
1208 unsigned long *off, char **modname, char *sym) in bpf_address_lookup()
Dvirtio_vsock.h51 u32 off; member
Dvlynq.h74 void (*off)(struct vlynq_device *dev); member
Dvfio_pci_core.h23 #define VFIO_PCI_OFFSET_TO_INDEX(off) (off >> VFIO_PCI_OFFSET_SHIFT) argument
Dcpumask.h1139 loff_t off, size_t count) in cpumap_print_bitmask_to_buf()
1154 loff_t off, size_t count) in cpumap_print_list_to_buf()
Duio.h313 size_t off; member
Dskbuff.h2414 int off, int size) in __skb_fill_page_desc_noacc()
2454 struct page *page, int off, int size) in __skb_fill_page_desc()
2477 struct page *page, int off, int size) in skb_fill_page_desc()
2495 struct page *page, int off, in skb_fill_page_desc_noacc()
3659 const int off = skb->len; in skb_add_data() local
3676 const struct page *page, int off) in skb_can_coalesce()
3734 unsigned int off) in __skb_postpull_rcsum()
3767 unsigned int off) in __skb_postpush_rcsum()
/include/net/
Dudplite.h70 const int off = skb_transport_offset(skb); in udplite_csum() local
Dudp.h259 int off = 0; in skb_recv_udp() local
371 static inline int copy_linear_skb(struct sk_buff *skb, int len, int off, in copy_linear_skb()
Dgro.h300 unsigned int off, size_t hdrlen, in skb_gro_remcsum_process()
409 unsigned int hlen, off; in udp_gro_udphdr() local
/include/uapi/linux/
Dcachefiles.h58 __u64 off; member
Dvhost_types.h136 __u32 off; member
Dptrace.h60 __u64 off; /* from which siginfo to start */ member
/include/uapi/linux/tc_act/
Dtc_pedit.h55 __u32 off; /*offset */ member
/include/net/tc_act/
Dtc_pedit.h110 u32 off; in tcf_pedit_offset() local
/include/crypto/
Dalgapi.h216 static inline u32 crypto_requires_off(struct crypto_attr_type *algt, u32 off) in crypto_requires_off()

12