| /include/net/ |
| A D | dst_metadata.h | 40 } u; member 60 return &md_dst->u.tun_info; in skb_tunnel_info() 82 return &md_dst->u.xfrm_info; in skb_xfrm_md_info() 115 return memcmp(&a->u.port_info, &b->u.port_info, in skb_metadata_dst_cmp() 118 return memcmp(&a->u.tun_info, &b->u.tun_info, in skb_metadata_dst_cmp() 122 return memcmp(&a->u.macsec_info, &b->u.macsec_info, in skb_metadata_dst_cmp() 125 return memcmp(&a->u.xfrm_info, &b->u.xfrm_info, in skb_metadata_dst_cmp() 148 tun_dst->u.tun_info.mode = 0; in tun_rx_dst() 166 memcpy(&new_md->u.tun_info, &md_dst->u.tun_info, in tun_dst_unclone() 194 return &dst->u.tun_info; in skb_tunnel_info_unclone() [all …]
|
| A D | flow.h | 161 } u; member 162 #define flowi_oif u.__fl_common.flowic_oif 163 #define flowi_iif u.__fl_common.flowic_iif 165 #define flowi_mark u.__fl_common.flowic_mark 166 #define flowi_tos u.__fl_common.flowic_tos 167 #define flowi_scope u.__fl_common.flowic_scope 168 #define flowi_proto u.__fl_common.flowic_proto 169 #define flowi_flags u.__fl_common.flowic_flags 170 #define flowi_secid u.__fl_common.flowic_secid 172 #define flowi_uid u.__fl_common.flowic_uid [all …]
|
| A D | firewire.h | 10 u8 u[FWNET_ALEN]; member
|
| /include/net/netfilter/ |
| A D | nf_conntrack_tuple.h | 31 union nf_conntrack_man_proto u; member 65 } u; member 81 union nf_conntrack_man_proto u; member 90 &t->src.u3.ip, ntohs(t->src.u.all), in nf_ct_dump_tuple_ip() 91 &t->dst.u3.ip, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ip() 100 t->src.u3.all, ntohs(t->src.u.all), in nf_ct_dump_tuple_ipv6() 101 t->dst.u3.all, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ipv6() 131 t1->src.u.all == t2->src.u.all && in __nf_ct_tuple_src_equal() 139 t1->dst.u.all == t2->dst.u.all && in __nf_ct_tuple_dst_equal() 155 m1->src.u.all == m2->src.u.all); in nf_ct_tuple_mask_equal() [all …]
|
| /include/linux/ |
| A D | mtio.h | 31 static inline int put_user_mtget(void __user *u, struct mtget *k) in put_user_mtget() argument 45 ret = copy_to_user(u, &k32, sizeof(k32)); in put_user_mtget() 47 ret = copy_to_user(u, k, sizeof(*k)); in put_user_mtget() 52 static inline int put_user_mtpos(void __user *u, struct mtpos *k) in put_user_mtpos() argument 55 return put_user(k->mt_blkno, (u32 __user *)u); in put_user_mtpos() 57 return put_user(k->mt_blkno, (long __user *)u); in put_user_mtpos()
|
| A D | mpi.h | 68 int mpi_cmp_ui(MPI u, ulong v); 69 int mpi_cmp(MPI u, MPI v); 72 int mpi_sub_ui(MPI w, MPI u, unsigned long vval); 82 int mpi_add(MPI w, MPI u, MPI v); 83 int mpi_sub(MPI w, MPI u, MPI v); 84 int mpi_addm(MPI w, MPI u, MPI v, MPI m); 85 int mpi_subm(MPI w, MPI u, MPI v, MPI m); 88 int mpi_mul(MPI w, MPI u, MPI v); 89 int mpi_mulm(MPI w, MPI u, MPI v, MPI m);
|
| A D | libgcc.h | 30 long long notrace __ashldi3(long long u, word_type b); 31 long long notrace __ashrdi3(long long u, word_type b); 33 long long notrace __lshrdi3(long long u, word_type b); 34 long long notrace __muldi3(long long u, long long v);
|
| A D | etherdevice.h | 465 u64 u = 0; in ether_addr_to_u64() local 469 u = u << 8 | addr[i]; in ether_addr_to_u64() 471 return u; in ether_addr_to_u64() 484 addr[i] = u & 0xff; in u64_to_ether_addr() 485 u = u >> 8; in u64_to_ether_addr() 498 u--; in eth_addr_dec() 499 u64_to_ether_addr(u, addr); in eth_addr_dec() 510 u++; in eth_addr_inc() 511 u64_to_ether_addr(u, addr); in eth_addr_inc() 524 u += offset; in eth_addr_add() [all …]
|
| A D | jiffies.h | 542 extern unsigned long __usecs_to_jiffies(const unsigned int u); 544 static inline unsigned long _usecs_to_jiffies(const unsigned int u) in _usecs_to_jiffies() argument 546 return (u + (USEC_PER_SEC / HZ) - 1) / (USEC_PER_SEC / HZ); in _usecs_to_jiffies() 549 static inline unsigned long _usecs_to_jiffies(const unsigned int u) in _usecs_to_jiffies() argument 551 return (USEC_TO_HZ_MUL32 * u + USEC_TO_HZ_ADJ32) in _usecs_to_jiffies() 580 static __always_inline unsigned long usecs_to_jiffies(const unsigned int u) in usecs_to_jiffies() argument 582 if (__builtin_constant_p(u)) { in usecs_to_jiffies() 583 if (u > jiffies_to_usecs(MAX_JIFFY_OFFSET)) in usecs_to_jiffies() 585 return _usecs_to_jiffies(u); in usecs_to_jiffies() 587 return __usecs_to_jiffies(u); in usecs_to_jiffies()
|
| A D | uuid.h | 99 extern void guid_gen(guid_t *u); 100 extern void uuid_gen(uuid_t *u); 107 int guid_parse(const char *uuid, guid_t *u); 108 int uuid_parse(const char *uuid, uuid_t *u);
|
| A D | cb710.h | 53 unsigned port, u##t value) \ 58 static inline u##t cb710_read_port_##t(struct cb710_slot *slot, \ 65 unsigned port, u##t set, u##t clear) \
|
| A D | page_ref.h | 33 extern void __page_ref_mod_unless(struct page *page, int v, int u); 53 static inline void __page_ref_mod_unless(struct page *page, int v, int u) in __page_ref_mod_unless() argument 231 static inline bool page_ref_add_unless(struct page *page, int nr, int u) in page_ref_add_unless() argument 237 if (page_count_writable(page, u)) in page_ref_add_unless() 238 ret = atomic_add_unless(&page->_refcount, nr, u); in page_ref_add_unless() 246 static inline bool folio_ref_add_unless(struct folio *folio, int nr, int u) in folio_ref_add_unless() argument 248 return page_ref_add_unless(&folio->page, nr, u); in folio_ref_add_unless()
|
| A D | bitfield.h | 213 ____MAKE_OP(le##size,u##size,cpu_to_le##size,le##size##_to_cpu) \ 214 ____MAKE_OP(be##size,u##size,cpu_to_be##size,be##size##_to_cpu) \ 215 ____MAKE_OP(u##size,u##size,,)
|
| /include/linux/qed/ |
| A D | qed_chain.h | 102 } u; member 188 return chain->u.chain16.prod_idx; in qed_chain_get_prod_idx() 193 return chain->u.chain16.cons_idx; in qed_chain_get_cons_idx() 352 p_chain->u.chain16.cons_idx++; in qed_chain_return_produced() 354 p_chain->u.chain32.cons_idx++; in qed_chain_return_produced() 381 p_chain->u.chain16.prod_idx++; in qed_chain_produce() 390 p_chain->u.chain32.prod_idx++; in qed_chain_produce() 426 p_chain->u.chain16.prod_idx++; in qed_chain_recycle_consumed() 428 p_chain->u.chain32.prod_idx++; in qed_chain_recycle_consumed() 452 p_chain->u.chain16.cons_idx++; in qed_chain_consume() [all …]
|
| /include/uapi/linux/ |
| A D | vboxguest.h | 93 } u; member 119 } u; member 134 } u; member 198 } u; member 219 } u; member 251 } u; member 273 } u; member 301 } u; member 325 } u; member 347 } u; member
|
| A D | vbox_vmmdev_types.h | 191 } u; member 231 } u; member 239 } u; member 254 } u; member 262 } __packed u; member
|
| A D | virtio_mem.h | 134 } u; member 186 } u; member
|
| A D | virtio_crypto.h | 232 } u; member 256 } u; member 271 } u; member 312 } u; member 448 } u; member 482 } u; member
|
| /include/linux/sched/ |
| A D | user.h | 49 static inline struct user_struct *get_uid(struct user_struct *u) in get_uid() argument 51 refcount_inc(&u->__count); in get_uid() 52 return u; in get_uid()
|
| /include/asm-generic/ |
| A D | uaccess.h | 40 #define __get_user_fn(sz, u, k) __get_user_fn(sz, u, k) argument 65 #define __put_user_fn(sz, u, k) __put_user_fn(sz, u, k) argument 140 #define __put_user_fn(sz, u, k) __put_user_fn(sz, u, k) argument 201 #define __get_user_fn(sz, u, k) __get_user_fn(sz, u, k) argument
|
| A D | local64.h | 56 #define local64_add_unless(l, _a, u) local_add_unless((&(l)->a), (_a), (u)) argument 95 #define local64_add_unless(l, _a, u) atomic64_add_unless((&(l)->a), (_a), (u)) argument
|
| /include/media/i2c/ |
| A D | ov772x.h | 35 #define OV772X_AUTO_EDGECTRL(u, l) \ argument 37 .upper = (u & OV772X_EDGE_UPPER_MASK), \
|
| /include/uapi/linux/netfilter/ |
| A D | x_tables.h | 29 } u; member 52 } u; member 59 .target.u.user = { \ 137 __i += __m->u.match_size) { \ 185 (pos)->u.match_size))
|
| A D | xt_string.h | 29 } u; member
|
| /include/uapi/linux/usb/ |
| A D | gadgetfs.h | 60 } u; member
|