Home
last modified time | relevance | path

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

12

/include/linux/reset/
Dbcm63xx_pmb.h42 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/
Dudplite.h97 const int off = skb_transport_offset(skb); in udplite_csum_outgoing() local
112 const int off = skb_transport_offset(skb); in udplite_csum() local
Dudp.h180 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/
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
Dvirtio_net.h87 u32 off = __virtio16_to_cpu(little_endian, hdr->csum_offset); in virtio_net_hdr_to_skb() local
Dcompiler.h230 # define RELOC_HIDE(ptr, off) \ argument
377 static inline void *offset_to_ptr(const int *off) in offset_to_ptr()
Dcompiler-gcc.h41 #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
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()
Dbpf.h125 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()
Dvirtio_vsock.h58 u32 off; member
Duio.h267 size_t off; member
Dvlynq.h74 void (*off)(struct vlynq_device *dev); member
Dthermal.h41 #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
Dskbuff.h2151 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()
Dskmsg.h81 u32 off; member
/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/uapi/linux/tc_act/
Dtc_pedit.h55 __u32 off; /*offset */ member
/include/uapi/linux/
Dptrace.h60 __u64 off; /* from which siginfo to start */ member
Dio_uring.h22 __u64 off; /* offset into file */ member
/include/linux/ceph/
Dlibceph.h180 static inline int calc_pages_for(u64 off, u64 len) in calc_pages_for()
/include/soc/fsl/
Dqman.h159 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/
Dpm3fb.h70 #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/
Dalgapi.h379 static inline int crypto_requires_off(u32 type, u32 mask, u32 off) in crypto_requires_off()

12