| /include/linux/isdn/ |
| D | capiutil.h | 19 #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/ |
| D | bcm63xx_pmb.h | 34 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/ |
| D | tc_em_nbyte.h | 9 __u16 off; member
|
| D | tc_em_cmp.h | 11 __u16 off; member
|
| /include/linux/ |
| D | compiler.h | 152 # define RELOC_HIDE(ptr, off) \ argument 200 static inline void *offset_to_ptr(const int *off) in offset_to_ptr()
|
| D | virtio_net.h | 98 u32 off = __virtio16_to_cpu(little_endian, hdr->csum_offset); in virtio_net_hdr_to_skb() local
|
| D | compiler-gcc.h | 31 #define RELOC_HIDE(ptr, off) \ argument
|
| D | skbuff.h | 2500 netmem_ref netmem, int off, in skb_frag_fill_netmem_desc() 2510 int off, int size) in skb_frag_fill_page_desc() 2517 int off, int size) in __skb_fill_netmem_desc_noacc() 2526 int off, int size) in __skb_fill_page_desc_noacc() 2558 netmem_ref netmem, int off, int size) in __skb_fill_netmem_desc() 2581 struct page *page, int off, int size) in __skb_fill_page_desc() 2587 netmem_ref netmem, int off, int size) in skb_fill_netmem_desc() 2608 struct page *page, int off, int size) in skb_fill_page_desc() 2625 struct page *page, int off, in skb_fill_page_desc_noacc() 2638 struct page *page, int off, int size, in skb_add_rx_frag() [all …]
|
| D | filter.h | 1016 bpf_ctx_narrow_access_ok(u32 off, u32 size, u32 size_default) in bpf_ctx_narrow_access_ok() 1022 bpf_ctx_narrow_access_offset(u32 off, u32 size, u32 size_default) in bpf_ctx_narrow_access_offset() 1033 #define bpf_ctx_wide_access_ok(off, size, type, field) \ argument 1334 unsigned long *off, char **modname, char *sym) in bpf_address_lookup() 1382 unsigned long *off, char *sym) in __bpf_address_lookup() 1405 unsigned long *off, char **modname, char *sym) in bpf_address_lookup() 1782 static inline void bpf_xdp_copy_buf(struct xdp_buff *xdp, unsigned long off, void *buf, in bpf_xdp_copy_buf()
|
| D | vfio_pci_core.h | 23 #define VFIO_PCI_OFFSET_TO_INDEX(off) (off >> VFIO_PCI_OFFSET_SHIFT) argument
|
| D | cpumask.h | 1237 loff_t off, size_t count) in cpumap_print_bitmask_to_buf() 1259 loff_t off, size_t count) in cpumap_print_list_to_buf()
|
| /include/net/ |
| D | udplite.h | 69 const int off = skb_transport_offset(skb); in udplite_csum() local
|
| D | gro.h | 320 unsigned int off, size_t hdrlen, in skb_gro_remcsum_process() 429 unsigned int hlen, off; in udp_gro_udphdr() local 500 int off = skb_transport_offset(p); in gro_receive_network_flush() local
|
| D | udp.h | 270 int off = 0; in skb_recv_udp() local 381 static inline int copy_linear_skb(struct sk_buff *skb, int len, int off, in copy_linear_skb()
|
| D | xdp_sock_drv.h | 17 u8 off; member
|
| /include/uapi/linux/ |
| D | cachefiles.h | 58 __u64 off; member
|
| D | mman.h | 47 __u64 off; member
|
| D | vhost_types.h | 152 __u32 off; member
|
| D | ptrace.h | 60 __u64 off; /* from which siginfo to start */ member
|
| /include/uapi/linux/tc_act/ |
| D | tc_pedit.h | 55 __u32 off; /*offset */ member
|
| /include/net/tc_act/ |
| D | tc_pedit.h | 110 u32 off; in tcf_pedit_offset() local
|
| /include/crypto/ |
| D | algapi.h | 228 static inline u32 crypto_requires_off(struct crypto_attr_type *algt, u32 off) in crypto_requires_off()
|
| /include/linux/ceph/ |
| D | libceph.h | 180 static inline int calc_pages_for(u64 off, u64 len) in calc_pages_for()
|
| /include/soc/fsl/ |
| D | qman.h | 160 int off, int len) in qm_fd_set_param() 166 #define qm_fd_set_contig(fd, off, len) \ argument 168 #define qm_fd_set_sg(fd, off, len) qm_fd_set_param(fd, qm_fd_sg, off, len) argument
|
| /include/video/ |
| D | pm3fb.h | 70 #define PM3ByApertureMode_PATCH_OFFSET_X(off) (((off) & 0x7f) << 9) argument 71 #define PM3ByApertureMode_PATCH_OFFSET_Y(off) (((off) & 0x7f) << 16) argument 147 #define PM3VideoControl_PATCH_OFFSET_X(off) (((off) & 0x3f) << 22) argument 148 #define PM3VideoControl_PATCH_OFFSET_Y(off) (((off) & 0x3f) << 28) argument
|