/include/crypto/ |
D | hash.h | 46 int (*export)(struct ahash_request *req, void *out); 65 int (*final)(struct shash_desc *desc, u8 *out); 67 unsigned int len, u8 *out); 69 unsigned int len, u8 *out); 70 int (*export)(struct shash_desc *desc, void *out); 91 int (*export)(struct ahash_request *req, void *out); 188 static inline int crypto_ahash_export(struct ahash_request *req, void *out) in crypto_ahash_export() argument 190 return crypto_ahash_reqtfm(req)->export(req, out); in crypto_ahash_export() 330 unsigned int len, u8 *out); 332 static inline int crypto_shash_export(struct shash_desc *desc, void *out) in crypto_shash_export() argument [all …]
|
D | scatterwalk.h | 109 size_t nbytes, int out); 111 void scatterwalk_done(struct scatter_walk *walk, int out, int more); 114 unsigned int start, unsigned int nbytes, int out);
|
/include/linux/ |
D | coda.h | 344 struct coda_out_hdr out; member 355 struct coda_out_hdr out; member 366 struct coda_out_hdr out; member 406 struct coda_out_hdr out; member 417 struct coda_out_hdr out; member 465 struct coda_out_hdr out; member 477 struct coda_out_hdr out; member 491 struct coda_out_hdr out; member 517 struct coda_out_hdr out; member 530 struct coda_out_hdr out; member [all …]
|
D | netfilter.h | 107 const struct net_device *out, 231 struct net_device *in, struct net_device *out, in NF_HOOK_THRESH() argument 234 int ret = nf_hook_thresh(pf, hook, skb, in, out, okfn, thresh); in NF_HOOK_THRESH() 242 struct net_device *in, struct net_device *out, in NF_HOOK_COND() argument 248 ((ret = nf_hook_thresh(pf, hook, skb, in, out, okfn, INT_MIN)) == 1)) in NF_HOOK_COND() 255 struct net_device *in, struct net_device *out, in NF_HOOK() argument 258 return NF_HOOK_THRESH(pf, hook, skb, in, out, okfn, INT_MIN); in NF_HOOK()
|
D | kfifo.h | 60 unsigned int out; member 141 __kfifo->out = 0; \ 161 .out = 0, \ 224 __tmp->kfifo.in = __tmp->kfifo.out = 0; \ 238 __tmp->kfifo.out = __tmp->kfifo.in; \ 248 __tmpl->kfifo.in - __tmpl->kfifo.out; \ 258 __tmpq->kfifo.in == __tmpq->kfifo.out; \ 299 __kfifo->out++; \ 447 )[__kfifo->out & __tmp->kfifo.mask]; \ 449 __kfifo->out++; \ [all …]
|
D | netpoll.h | 73 goto out; in netpoll_rx() 81 out: in netpoll_rx()
|
D | xz.h | 141 uint8_t *out; member
|
D | acpi.h | 163 struct acpi_buffer *out); 165 struct acpi_buffer *out); 171 extern acpi_status wmi_get_event_data(u32 event, struct acpi_buffer *out);
|
/include/linux/usb/ |
D | wusb.h | 310 extern ssize_t wusb_prf(void *out, size_t out_size, 315 static inline int wusb_prf_64(void *out, size_t out_size, const u8 key[16], in wusb_prf_64() argument 320 return wusb_prf(out, out_size, key, n, a, b, blen, 64); in wusb_prf_64() 323 static inline int wusb_prf_128(void *out, size_t out_size, const u8 key[16], in wusb_prf_128() argument 328 return wusb_prf(out, out_size, key, n, a, b, blen, 128); in wusb_prf_128() 331 static inline int wusb_prf_256(void *out, size_t out_size, const u8 key[16], in wusb_prf_256() argument 336 return wusb_prf(out, out_size, key, n, a, b, blen, 256); in wusb_prf_256()
|
D | hcd.h | 419 #define usb_gettoggle(dev, ep, out) (((dev)->toggle[out] >> (ep)) & 1) argument 420 #define usb_dotoggle(dev, ep, out) ((dev)->toggle[out] ^= (1 << (ep))) argument 421 #define usb_settoggle(dev, ep, out, bit) \ argument 422 ((dev)->toggle[out] = ((dev)->toggle[out] & ~(1 << (ep))) | \
|
D | usbnet.h | 38 unsigned in, out; member 151 int out; /* tx endpoint */ member
|
/include/net/netfilter/ |
D | nf_log.h | 37 const struct net_device *out, 61 const struct net_device *out,
|
D | nf_nat_rule.h | 12 const struct net_device *out,
|
D | nfnetlink_log.h | 9 const struct net_device *out,
|
/include/linux/decompress/ |
D | unxz.h | 16 unsigned char *out, int *in_used,
|
/include/asm-generic/ |
D | Kbuild.asm | 11 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h \ 12 $(srctree)/include/asm-$(SRCARCH)/a.out.h),) 13 header-y += a.out.h
|
/include/xen/interface/io/ |
D | console.h | 18 char out[2048]; member
|
/include/net/netfilter/ipv6/ |
D | nf_defrag_ipv6.h | 11 struct net_device *out,
|
/include/net/ |
D | cipso_ipv4.h | 296 goto out; in cipso_v4_validate() 301 goto out; in cipso_v4_validate() 307 goto out; in cipso_v4_validate() 312 out: in cipso_v4_validate()
|
D | dn_dev.h | 183 goto out; in dn_dev_islocal() 193 out: in dn_dev_islocal()
|
/include/linux/sunrpc/ |
D | gss_krb5.h | 75 void *iv, void *in, void *out, 78 void *iv, void *in, void *out, 82 struct xdr_netobj *out); /* complete key generation */ 266 void *iv, void *in, void *out, int length); 270 void *iv, void *in, void *out, int length);
|
/include/linux/netfilter_bridge/ |
D | ebtables.h | 167 char out[IFNAMSIZ]; member 206 const struct net_device *out, const struct xt_match *match, 223 const struct net_device *in, const struct net_device *out, 241 const struct net_device *in, const struct net_device *out, 294 const struct net_device *in, const struct net_device *out,
|
/include/net/bluetooth/ |
D | bluetooth.h | 258 goto out; in bt_skb_send_alloc() 262 goto out; in bt_skb_send_alloc() 267 out: in bt_skb_send_alloc()
|
/include/xen/interface/ |
D | memory.h | 82 struct xen_memory_reservation out; member
|
/include/linux/mfd/ |
D | adp5520.h | 109 #define FADE_VAL(in, out) ((0xF & (in)) | ((0xF & (out)) << 4)) argument
|