nhead 85 drivers/crypto/atmel-aes-regs.h #define AES_EMR_NHEAD(nhead) (((nhead) << AES_EMR_NHEAD_OFFSET) &\ nhead 1118 include/linux/skbuff.h int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, gfp_t gfp_mask); nhead 315 net/bpf/test_run.c int nhead = HH_DATA_ALIGN(hh_len - skb_headroom(skb)); nhead 317 net/bpf/test_run.c if (pskb_expand_head(skb, nhead, 0, GFP_USER)) { nhead 166 net/core/lwt_bpf.c int nhead = HH_DATA_ALIGN(hh_len - skb_headroom(skb)); nhead 168 net/core/lwt_bpf.c if (pskb_expand_head(skb, nhead, 0, GFP_ATOMIC)) nhead 2556 net/core/pktgen.c int nhead = 0; nhead 2562 net/core/pktgen.c nhead = x->props.header_len - skb_headroom(skb); nhead 2563 net/core/pktgen.c if (nhead > 0) { nhead 2564 net/core/pktgen.c ret = pskb_expand_head(skb, nhead, 0, GFP_ATOMIC); nhead 1612 net/core/skbuff.c int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, nhead 1616 net/core/skbuff.c int size = osize + nhead + ntail; nhead 1620 net/core/skbuff.c BUG_ON(nhead < 0); nhead 1637 net/core/skbuff.c memcpy(data + nhead, skb->head, skb_tail_pointer(skb) - skb->head); nhead 1663 net/core/skbuff.c off = (data + nhead) - skb->head; nhead 1670 net/core/skbuff.c off = nhead; nhead 1675 net/core/skbuff.c skb_headers_offset_update(skb, nhead); nhead 27 net/xfrm/xfrm_output.c int nhead = dst->header_len + LL_RESERVED_SPACE(dst->dev) nhead 31 net/xfrm/xfrm_output.c if (nhead <= 0) { nhead 34 net/xfrm/xfrm_output.c nhead = 0; nhead 38 net/xfrm/xfrm_output.c return pskb_expand_head(skb, nhead, ntail, GFP_ATOMIC); nhead 346 security/smack/smack_lsm.c static int smk_copy_rules(struct list_head *nhead, struct list_head *ohead, nhead 360 security/smack/smack_lsm.c list_add_rcu(&nrp->list, nhead); nhead 373 security/smack/smack_lsm.c static int smk_copy_relabel(struct list_head *nhead, struct list_head *ohead, nhead 382 security/smack/smack_lsm.c smk_destroy_label_list(nhead); nhead 386 security/smack/smack_lsm.c list_add(&nklep->list, nhead);