Searched refs:payload (Results 1 - 19 of 19) sorted by relevance

/include/uapi/linux/
H A Dif_arcnet.h63 __u8 payload[0]; /* space remaining in packet (504 bytes)*/ member in struct:arc_rfc1201
73 __u8 payload[0]; /* 507 bytes */ member in struct:arc_rfc1051
85 __u8 payload[0]; /* 493 bytes */ member in struct:arc_eth_encap
/include/keys/
H A Dasymmetric-subtype.h35 void (*destroy)(void *payload);
/include/net/
H A Dnetlink.h15 * <--- nlmsg_total_size(payload) --->
16 * <-- nlmsg_msg_size(payload) ->
50 * nlmsg_msg_size(payload) length of message w/o padding
51 * nlmsg_total_size(payload) length of message w/ padding
52 * nlmsg_padlen(payload) length of padding at tail
55 * nlmsg_data(nlh) head of message payload
56 * nlmsg_len(nlh) length of message payload
77 * <------- nla_total_size(payload) ------->
78 * <---- nla_attr_size(payload) ----->
115 * nla_attr_size(payload) lengt
262 nlmsg_msg_size(int payload) argument
271 nlmsg_total_size(int payload) argument
280 nlmsg_padlen(int payload) argument
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
480 nlmsg_new(size_t payload, gfp_t flags) argument
632 nla_attr_size(int payload) argument
641 nla_total_size(int payload) argument
650 nla_padlen(int payload) argument
[all...]
H A Dgenetlink.h182 struct sk_buff *genlmsg_new_unicast(size_t payload, struct genl_info *info,
329 * gennlmsg_data - head of message payload
338 * genlmsg_len - length of message payload
350 * @payload: length of message payload
352 static inline int genlmsg_msg_size(int payload) argument
354 return GENL_HDRLEN + payload;
359 * @payload: length of message payload
361 static inline int genlmsg_total_size(int payload) argument
371 genlmsg_new(size_t payload, gfp_t flags) argument
[all...]
H A Dping.h44 __be16 port, u32 info, u8 *payload);
H A Dip.h557 u32 info, u8 *payload);
H A Dipv6.h40 #define NEXTHDR_ESP 50 /* Encapsulating security payload. */
863 u32 info, u8 *payload);
H A Dcfg80211.h1872 * @payload_len: data payload length
1873 * @payload: data payload buffer
1874 * @payload_seq: payload sequence stamping configuration
1876 * @wake_len: wakeup payload match length
1877 * @wake_data: wakeup payload match data
1878 * @wake_mask: wakeup payload match mask
1880 * @payload_tok: payload token usage configuration
1888 const u8 *payload; member in struct:cfg80211_wowlan_tcp
/include/scsi/
H A Dfc_encode.h51 } payload; member in struct:fc_ct_req
86 * @fp: fc frame where payload will be placed.
101 * fc_ct_hdr_fill- fills ct header and reset ct payload
126 * @fp: frame to contain payload.
143 ct->payload.gid.fn_fc4_type = FC_TYPE_FCP;
149 ct->payload.gid.fn_fc4_type = FC_TYPE_FCP;
150 hton24(ct->payload.fid.fp_fid, fc_id);
156 hton24(ct->payload.rft.fid.fp_fid, lport->port_id);
157 ct->payload.rft.fts = lport->fcts;
163 hton24(ct->payload
[all...]
/include/linux/
H A Dtextsearch.h161 static inline struct ts_config *alloc_ts_config(size_t payload, argument
166 conf = kzalloc(TS_PRIV_ALIGN(sizeof(*conf)) + payload, gfp_mask);
H A Dkey.h43 #define KEY_POS_READ 0x02000000 /* possessor can read key payload / view keyring */
44 #define KEY_POS_WRITE 0x04000000 /* possessor can update key payload / add link to keyring */
151 unsigned short datalen; /* payload data length
152 * - may not match RCU dereferenced payload
153 * - payload should contain own length
209 } payload; member in union:key::__anon468
275 const void *payload,
281 const void *payload,
339 (rcu_dereference_protected((KEY)->payload.rcudata, \
344 rcu_assign_pointer((KEY)->payload
[all...]
H A Dfirewire.h295 void *payload; member in struct:fw_packet
356 unsigned long long offset, void *payload, size_t length,
362 void *payload, size_t length);
385 * The iso packet format allows for an immediate header/payload part
387 * indirect payload part that is pointer to by the 'payload' field.
393 u16 payload_length; /* Length of indirect payload */
459 unsigned long payload);
H A Dkey-type.h30 * Pre-parsed payload, used by key add, update and instantiate.
44 void *payload[2]; /* Proposed payload */ member in struct:key_preparsed_payload
47 size_t quotalen; /* Quota length for proposed payload */
80 /* default payload length for quota precalculation (optional)
89 /* Preparse the data blob from userspace that is to be the payload,
90 * generating a proposed description and payload that will be handed to
101 * user's quota will hold the payload
H A Dvmw_vmci_defs.h279 * this event has the Context payload type.
285 * above for the payload type.
454 * @payload_size: The size of the payload.
620 /* Event payload is put here. */
624 * Define the different VMCI_EVENT payload data types here. All structs must
642 * payload type above, add it to the following struct too (inside the
661 /* Has event type and payload. */
667 /* Event with context payload. */
670 struct vmci_event_payld_ctx payload; member in struct:vmci_event_ctx
673 /* Event with QP payload
676 struct vmci_event_payld_qp payload; member in struct:vmci_event_qp
[all...]
H A Dsctp.h227 __u8 payload[0]; member in struct:sctp_datahdr
/include/crypto/
H A Dpublic_key.h75 extern void public_key_destroy(void *payload);
/include/net/nfc/
H A Dnci_core.h191 int nci_send_cmd(struct nci_dev *ndev, __u16 opcode, __u8 plen, void *payload);
/include/net/sctp/
H A Dsm.h236 const void *payload,
241 const void *payload,
298 /* Get the size of a DATA chunk payload. */
/include/uapi/linux/wimax/
H A Di2400m.h83 * (struct i2400m_tlv_hdr) and then the payload.
94 * no (TLV) payload. Execution of a command might cause
178 * @payload: the beginning of data attached to this header
185 char payload[0]; member in struct:i2400m_bootrom_header
220 * @reorder: if this payload has to be reorder or not (and how)
276 * Hardware payload descriptor
301 * in the file header about message header and payload descriptor
406 * TLVs stand for type-length-value and are the header for a payload
407 * composed of almost anything. Each payload has a type assigned
426 __le16 length; /* payload'
[all...]

Completed in 1634 milliseconds