/include/linux/reset/ |
D | bcm63xx_pmb.h | 42 u32 off, u32 op) in __bpcm_do_op() 67 u32 off, u32 *val) in bpcm_rd() 78 u32 off, u32 val) in bpcm_wr()
|
/include/net/ |
D | udplite.h | 97 const int off = skb_transport_offset(skb); in udplite_csum_outgoing() local 112 const int off = skb_transport_offset(skb); in udplite_csum() local
|
D | udp.h | 180 unsigned int hlen, off; in udp_gro_udphdr() local 273 int off = 0; in skb_recv_udp() local 384 static inline int copy_linear_skb(struct sk_buff *skb, int len, int off, in copy_linear_skb()
|
/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-intel.h | 19 #define RELOC_HIDE(ptr, off) \ argument
|
D | virtio_net.h | 87 u32 off = __virtio16_to_cpu(little_endian, hdr->csum_offset); in virtio_net_hdr_to_skb() local
|
D | compiler.h | 230 # define RELOC_HIDE(ptr, off) \ argument 377 static inline void *offset_to_ptr(const int *off) in offset_to_ptr()
|
D | compiler-gcc.h | 41 #define RELOC_HIDE(ptr, off) \ argument
|
D | filter.h | 825 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 1111 unsigned long *off, char **modname, char *sym) in bpf_address_lookup() 1148 unsigned long *off, char *sym) in __bpf_address_lookup() 1166 unsigned long *off, char **modname, char *sym) in bpf_address_lookup()
|
D | bpf.h | 125 u32 off = map->spin_lock_off; in copy_map_value() local 1103 static inline bool bpf_sock_common_is_valid_access(int off, int size, in bpf_sock_common_is_valid_access() 1109 static inline bool bpf_sock_is_valid_access(int off, int size, in bpf_sock_is_valid_access() 1144 static inline bool bpf_tcp_sock_is_valid_access(int off, int size, in bpf_tcp_sock_is_valid_access() 1159 static inline bool bpf_xdp_sock_is_valid_access(int off, int size, in bpf_xdp_sock_is_valid_access()
|
D | virtio_vsock.h | 58 u32 off; member
|
D | uio.h | 267 size_t off; member
|
D | vlynq.h | 74 void (*off)(struct vlynq_device *dev); member
|
D | thermal.h | 41 #define DECI_KELVIN_TO_MILLICELSIUS_WITH_OFFSET(t, off) (((t) - (off)) * 100) argument 43 #define MILLICELSIUS_TO_DECI_KELVIN_WITH_OFFSET(t, off) (((t) / 100) + (off)) argument
|
D | skbuff.h | 2151 struct page *page, int off, int size) in __skb_fill_page_desc() 2184 struct page *page, int off, int size) in skb_fill_page_desc() 3275 const int off = skb->len; in skb_add_data() local 3292 const struct page *page, int off) in skb_can_coalesce() 3350 unsigned int off) in __skb_postpull_rcsum() 3378 unsigned int off) in __skb_postpush_rcsum()
|
D | skmsg.h | 81 u32 off; member
|
/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/uapi/linux/tc_act/ |
D | tc_pedit.h | 55 __u32 off; /*offset */ member
|
/include/uapi/linux/ |
D | ptrace.h | 60 __u64 off; /* from which siginfo to start */ member
|
D | io_uring.h | 22 __u64 off; /* offset into file */ member
|
/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 | 159 int off, int len) in qm_fd_set_param() 165 #define qm_fd_set_contig(fd, off, len) \ argument 167 #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
|
/include/crypto/ |
D | algapi.h | 379 static inline int crypto_requires_off(u32 type, u32 mask, u32 off) in crypto_requires_off()
|