| /include/net/netfilter/ |
| A D | nf_conntrack_extend.h | 45 static inline bool __nf_ct_ext_exist(const struct nf_ct_ext *ext, u8 id) in __nf_ct_ext_exist() argument 47 return !!ext->offset[id]; in __nf_ct_ext_exist() 52 return (ct->ext && __nf_ct_ext_exist(ct->ext, id)); in nf_ct_ext_exist() 55 void *__nf_ct_ext_find(const struct nf_ct_ext *ext, u8 id); 59 struct nf_ct_ext *ext = ct->ext; in nf_ct_ext_find() local 61 if (!ext || !__nf_ct_ext_exist(ext, id)) in nf_ct_ext_find() 64 if (unlikely(ext->gen_id)) in nf_ct_ext_find() 65 return __nf_ct_ext_find(ext, id); in nf_ct_ext_find() 67 return (void *)ct->ext + ct->ext->offset[id]; in nf_ct_ext_find()
|
| A D | nf_conntrack_labels.h | 26 struct nf_ct_ext *ext = ct->ext; in nf_ct_labels_find() local 28 if (!ext || !__nf_ct_ext_exist(ext, NF_CT_EXT_LABELS)) in nf_ct_labels_find() 31 return (void *)ct->ext + ct->ext->offset[NF_CT_EXT_LABELS]; in nf_ct_labels_find()
|
| A D | nf_tables.h | 777 memcpy(ext->offset, tmpl->offset, sizeof(ext->offset)); in nft_set_ext_init() 782 return !!ext->offset[id]; in __nft_set_ext_exists() 787 return ext && __nft_set_ext_exists(ext, id); in nft_set_ext_exists() 792 return (void *)ext + ext->offset[id]; in nft_set_ext() 797 return nft_set_ext(ext, NFT_SET_EXT_KEY); in nft_set_ext_key() 807 return nft_set_ext(ext, NFT_SET_EXT_DATA); in nft_set_ext_data() 812 return nft_set_ext(ext, NFT_SET_EXT_FLAGS); in nft_set_ext_flags() 1045 elem_expr = nft_set_ext_expr(ext); in nft_set_elem_update_expr() 1590 return !(ext->genmask & genmask); in nft_set_elem_active() 1595 struct nft_set_ext *ext) in nft_set_elem_change_active() argument [all …]
|
| A D | nf_conntrack.h | 120 struct nf_ct_ext *ext; member
|
| /include/linux/netfilter/ipset/ |
| A D | ip_set.h | 137 const struct ip_set_ext *ext, 146 struct ip_set_ext ext; /* Extensions */ member 338 struct ip_set_ext *ext); 342 const struct ip_set_ext *ext, 465 ((opt)->ext.timeout != IPSET_NO_TIMEOUT ? (opt)->ext.timeout : (set)->timeout) 503 const struct ip_set_ext *ext); 507 const struct ip_set_ext *ext) in ip_set_init_counter() argument 509 if (ext->bytes != ULLONG_MAX) in ip_set_init_counter() 511 if (ext->packets != ULLONG_MAX) in ip_set_init_counter() 517 const struct ip_set_ext *ext) in ip_set_init_skbinfo() argument [all …]
|
| /include/uapi/linux/ |
| A D | phonet.h | 81 } ext; member 88 #define pn_e_submsg_id pn_msg_u.ext.pn_e_submsg_id 89 #define pn_e_res_id pn_msg_u.ext.pn_e_res_id 91 #define pn_e_data pn_msg_u.ext.pn_e_data
|
| A D | wmi.h | 43 struct dell_wmi_extensions ext; member
|
| /include/linux/mlx5/ |
| A D | port.h | 140 #define MLX5_GET_ETH_PROTO(reg, out, ext, field) \ argument 141 (ext ? MLX5_GET(reg, out, ext_##field) : \
|
| /include/linux/ |
| A D | tracepoint-defs.h | 47 struct tracepoint_ext *ext; member
|
| A D | power_supply.h | 298 const struct power_supply_ext *ext, 303 const struct power_supply_ext *ext, 308 const struct power_supply_ext *ext, 914 const struct power_supply_ext *ext, 918 const struct power_supply_ext *ext);
|
| A D | cleanup.h | 282 #define EXTEND_CLASS(_name, ext, _init, _init_args...) \ argument 283 typedef class_##_name##_t class_##_name##ext##_t; \ 284 static inline void class_##_name##ext##_destructor(class_##_name##_t *p)\ 286 static inline class_##_name##_t class_##_name##ext##_constructor(_init_args) \
|
| A D | inet_diag.h | 84 struct inet_diag_msg *r, int ext,
|
| A D | counter.h | 238 struct counter_comp *ext; member 276 struct counter_comp *ext; member 386 struct counter_comp *ext; member
|
| A D | tracepoint.h | 122 return tp->ext && tp->ext->faultable; in tracepoint_is_faultable() 329 .ext = _ext, \
|
| A D | skbuff.h | 4884 struct skb_ext *ext); 4887 void __skb_ext_put(struct skb_ext *ext); 4901 struct skb_ext *ext = src->extensions; in __skb_ext_copy() local 4903 refcount_inc(&ext->refcnt); in __skb_ext_copy() 4904 dst->extensions = ext; in __skb_ext_copy() 4914 static inline bool __skb_ext_exist(const struct skb_ext *ext, enum skb_ext_id i) in __skb_ext_exist() argument 4916 return !!ext->offset[i]; in __skb_ext_exist() 4933 struct skb_ext *ext = skb->extensions; in skb_ext_find() local 4935 return (void *)ext + (ext->offset[id] << 3); in skb_ext_find()
|
| /include/uapi/drm/ |
| A D | amdxdna_accel.h | 74 __u64 ext; member 183 __u64 ext; member 228 __u64 ext; member
|
| /include/scsi/fc/ |
| A D | fc_fcp.h | 155 struct fcp_resp_ext ext; member
|
| /include/sound/ |
| A D | asequencer.h | 15 #define snd_seq_event_bounce_ext_data(ev) ((void*)((char *)(ev)->data.ext.ptr + sizeof(struct snd_s…
|
| A D | opl3.h | 365 const unsigned char *ext,
|
| /include/linux/iio/common/ |
| A D | st_sensors.h | 54 ch2, s, endian, rbits, sbits, addr, ext) \ argument 70 .ext_info = ext, \
|
| /include/linux/ceph/ |
| A D | osd_client.h | 632 struct ceph_sparse_extent *ext; in ceph_sparse_ext_map_end() local 638 ext = &op->extent.sparse_ext[op->extent.sparse_ext_cnt - 1]; in ceph_sparse_ext_map_end() 640 return ext->off + ext->len - op->extent.offset; in ceph_sparse_ext_map_end()
|
| /include/video/ |
| A D | tdfx.h | 165 unsigned char ext[2]; member
|
| /include/media/drv-intf/ |
| A D | saa7146.h | 76 struct saa7146_extension *ext; member 138 struct saa7146_extension *ext; /* indicates if handled by extension */ member
|
| /include/linux/soundwire/ |
| A D | sdw_intel.h | 355 bool ext; member
|
| /include/uapi/sound/ |
| A D | asequencer.h | 270 struct snd_seq_ev_ext ext; member
|