Home
last modified time | relevance | path

Searched refs:add_header (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/crypto/nx/
Dnx-842.c268 bool add_header; in nx842_crypto_compress() local
288 add_header = (p.iremain % c.multiple || in nx842_crypto_compress()
308 h = !n && add_header ? hdrsize : 0; in nx842_crypto_compress()
318 if (!add_header && hdr->groups > 1) { in nx842_crypto_compress()
329 if (add_header) in nx842_crypto_compress()
/linux-4.4.14/net/rds/
Diw_send.c644 goto add_header; in rds_iw_xmit()
692 add_header: in rds_iw_xmit()
/linux-4.4.14/scripts/mod/
Dmodpost.c2104 static void add_header(struct buffer *b, struct module *mod) in add_header() function
2473 add_header(&buf, mod); in main()