Searched defs:type (Results 226 - 250 of 364) sorted by relevance

1234567891011>>

/include/linux/netfilter/ipset/
H A Dip_set.h24 MODULE_DESCRIPTION(a " type of IP sets, revisions " b "-" c)
82 /* Extension type */
86 enum ip_set_extension type; member in struct:ip_set_ext_type
146 /* Set type, variant-specific part */
185 /* The core set type structure */
193 /* Set type dimension */
217 /* register and unregister set type */
229 /* The core set type */
230 struct ip_set_type *type; member in struct:ip_set
231 /* The type varian
452 ip_set_attr_netorder(struct nlattr *tb[], int type) argument
458 ip_set_optattr_netorder(struct nlattr *tb[], int type) argument
479 nla_put_ipaddr4(struct sk_buff *skb, int type, __be32 ipaddr) argument
492 nla_put_ipaddr6(struct sk_buff *skb, int type, const struct in6_addr *ipaddrptr) argument
[all...]
/include/linux/
H A Dpnp.h25 struct resource *pnp_get_resource(struct pnp_dev *dev, unsigned long type,
29 unsigned long type, unsigned int num)
457 int pnp_possible_config(struct pnp_dev *dev, int type, resource_size_t base,
487 static inline int pnp_possible_config(struct pnp_dev *dev, int type, argument
28 pnp_get_resource(struct pnp_dev *dev, unsigned long type, unsigned int num) argument
H A Dpxa2xx_ssp.h190 int type; member in struct:ssp_device
H A Dquota.h68 enum quota_type type; /* USRQUOTA (uid) or GRPQUOTA (gid) or PRJQUOTA (projid) */ member in struct:kqid
78 * make_kqid - Map a user-namespace, type, qid tuple into a kqid.
80 * @type: The type of quota
83 * Maps a user-namespace, type qid tuple into a kernel internal
86 * When there is no mapping defined for the user-namespace, type,
92 enum quota_type type, qid_t qid)
96 kqid.type = type;
97 switch (type) {
91 make_kqid(struct user_namespace *from, enum quota_type type, qid_t qid) argument
119 make_kqid_invalid(enum quota_type type) argument
255 dqstats_inc(unsigned int type) argument
260 dqstats_dec(unsigned int type) argument
368 dquot_state_flag(unsigned int flags, int type) argument
373 dquot_generic_flag(unsigned int flags, int type) argument
[all...]
H A Dswap.h38 * be swapped to. The swap type and the offset into that swap type are
40 * for the type means that the maximum number of swapcache pages is 27 bits
42 * the type/offset into the pte as 5/27 as well.
216 signed short prio; /* swap priority of this type */
219 signed char type; /* strange name for an index */ member in struct:swap_info_struct
H A Dthermal.h149 char type[THERMAL_NAME_LENGTH]; member in struct:thermal_cooling_device
168 * @type: the thermal zone device type
171 * @trip_type_attrs: attributes for trip points for sysfs: trip type
203 char type[THERMAL_NAME_LENGTH]; member in struct:thermal_zone_device
H A Dti_wilink_st.h31 * enum proto-type - The protocol on WiLink chips which share a
43 * @type: type of the protocol being registered among the
71 enum proto_type type; member in struct:st_proto_s
314 * struct bts_action - Each .bts action has its own type of
318 u16 type; member in struct:bts_action
/include/linux/usb/
H A Dcomposite.h62 * @type: Extended Property type
71 u8 type; member in struct:usb_os_desc_ext_prop
H A Dserial.h139 * @type: pointer to the struct usb_serial_driver for this device
154 struct usb_serial_driver *type; member in struct:usb_serial
/include/media/
H A Dtuner.h193 unsigned int type; /* Tuner type */ member in struct:tuner_setup
H A Dvideobuf2-core.h41 * videobuf layer when queuing a video buffer of USERPTR type;
262 * blocking access type.
341 * @type: queue type (see V4L2_BUF_TYPE_* in linux/videodev2.h
358 * structure type, so sizeof(struct vb2_buffer) will is used
370 * @memory: current memory type used
379 * @alloc_ctx: memory type/allocator-specific contexts for each plane
391 enum v4l2_buf_type type; member in struct:vb2_queue
465 int vb2_streamon(struct vb2_queue *q, enum v4l2_buf_type type);
466 int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type);
[all...]
/include/net/bluetooth/
H A Dbluetooth.h176 /* BD Address type */
181 static inline bool bdaddr_type_is_valid(__u8 type) argument
183 switch (type) {
193 static inline bool bdaddr_type_is_le(__u8 type) argument
195 switch (type) {
/include/net/
H A Dflow.h44 __u8 type; member in struct:flowi_uli::__anon1191
57 __u8 type; member in struct:flowi_uli::__anon1193
80 #define fl4_icmp_type uli.icmpt.type
83 #define fl4_mh_type uli.mht.type
137 #define fl6_icmp_type uli.icmpt.type
140 #define fl6_mh_type uli.mht.type
H A Dieee802154_netdev.h66 u16 type:3, member in struct:ieee802154_hdr_fc
81 type:3,
225 u8 type; member in struct:ieee802154_mac_cb
419 u8 type, u32 channels, u8 page, u8 duration);
441 /* The IEEE 802.15.4 standard defines 2 type of the devices:
H A Dip_fib.h134 unsigned char type; member in struct:fib_result
152 unsigned char type; member in struct:fib_result_nl
H A Dllc_pdu.h47 /* Get PDU type from 2 lowest-order bits of control field first byte */
223 * @type: type of PDU (U, I or S).
230 static inline void llc_pdu_header_init(struct sk_buff *skb, u8 type, argument
233 const int hlen = type == LLC_PDU_TYPE_U ? 3 : 4;
353 u8 type; /* different if NULL/non-NULL LSAP */ member in struct:llc_xid_info
375 xid_info->type = svcs_supported;
400 xid_info->type = svcs_supported;
413 void llc_pdu_set_cmd_rsp(struct sk_buff *skb, u8 type);
H A Dneighbour.h148 __u8 type; member in struct:neighbour
H A Dnetlink.h90 * nla_reserve(skb, type, len) reserve room for an attribute
92 * nla_put(skb, type, len, data) add attribute to skb
97 * nla_put_u8(skb, type, value) add u8 attribute to skb
98 * nla_put_u16(skb, type, value) add u16 attribute to skb
99 * nla_put_u32(skb, type, value) add u32 attribute to skb
100 * nla_put_u64(skb, type, value) add u64 attribute to skb
101 * nla_put_s8(skb, type, value) add s8 attribute to skb
102 * nla_put_s16(skb, type, value) add s16 attribute to skb
103 * nla_put_s32(skb, type, value) add s32 attribute to skb
104 * nla_put_s64(skb, type, valu
213 u16 type; member in struct:nla_policy
443 nlmsg_put(struct sk_buff *skb, u32 portid, u32 seq, int type, int payload, int flags) argument
463 nlmsg_put_answer(struct sk_buff *skb, struct netlink_callback *cb, int type, int payload, int flags) argument
[all...]
/include/net/netfilter/
H A Dnf_tables.h96 enum nft_data_types type; member in struct:nft_data_desc
102 void nft_data_uninit(const struct nft_data *data, enum nft_data_types type);
104 enum nft_data_types type, unsigned int len);
111 static inline enum nft_registers nft_type_to_reg(enum nft_data_types type) argument
113 return type == NFT_DATA_VERDICT ? NFT_REG_VERDICT : NFT_REG_1;
120 enum nft_data_types type);
240 * @ktype: key type (numeric type defined by userspace, not used in the kernel)
241 * @dtype: data type (verdict or numeric type define
352 const struct nft_expr_type *type; member in struct:nft_expr_ops
553 const struct nf_chain_type *type; member in struct:nft_base_chain
627 enum nft_chain_type type; member in struct:nf_chain_type
[all...]
/include/net/sctp/
H A Dsctp.h493 /* Convert from an address parameter type to an address family. */
494 static inline int param_type2af(__be16 type) argument
496 switch (type) {
545 return sctp_sk(sk)->type == style;
/include/sound/
H A Dcore.h49 /* type of the object used in snd_device_*()
85 enum snd_device_type type; /* device type */ member in struct:snd_device
186 int type; /* SNDRV_DEVICE_TYPE_XXX */ member in struct:snd_minor
209 int snd_register_device_for_dev(int type, struct snd_card *card,
218 * @type: the device type, SNDRV_DEVICE_TYPE_XXX
233 static inline int snd_register_device(int type, struct snd_card *card, int dev, argument
238 return snd_register_device_for_dev(type, card, dev, f_ops,
243 int snd_unregister_device(int type, struc
[all...]
H A Dopl3.h265 /* type */
273 unsigned char type; member in struct:fm_patch
381 int prog, int bank, int type,
/include/uapi/drm/
H A Dvia_drm.h130 __u32 type; member in struct:__anon1625
240 via_irq_seq_type_t type; member in struct:drm_via_wait_irq_request
/include/uapi/linux/
H A Ddccp.h17 * @dccph_type - packet type, see DCCP_PKT_ prefixed macros
117 static inline unsigned int dccp_packet_hdr_len(const __u8 type) argument
119 if (type == DCCP_PKT_DATA)
121 if (type == DCCP_PKT_DATAACK ||
122 type == DCCP_PKT_ACK ||
123 type == DCCP_PKT_SYNC ||
124 type == DCCP_PKT_SYNCACK ||
125 type == DCCP_PKT_CLOSE ||
126 type == DCCP_PKT_CLOSEREQ)
128 if (type
[all...]
/include/uapi/linux/dvb/
H A Dvideo.h133 __s32 type; member in struct:video_event

Completed in 269 milliseconds

1234567891011>>