Searched defs:head_len (Results 1 - 4 of 4) sorted by relevance

/net/ceph/
H A Dauth_x.c68 size_t head_len = sizeof(head); local
83 ret = ceph_decrypt2(secret, &head, &head_len, *obuf, &olen, *p, len);
/net/ipv4/
H A Dicmp.c113 int head_len; member in struct:icmp_bxm
361 icmp_param->data_len+icmp_param->head_len,
362 icmp_param->head_len,
376 icmp_param->head_len, csum);
699 icmp_param->head_len = sizeof(struct icmphdr);
891 icmp_param.head_len = sizeof(struct icmphdr);
928 icmp_param.head_len = sizeof(struct icmphdr) + 12;
/net/mac80211/
H A Dmesh.c608 int head_len, tail_len; local
625 head_len = hdr_len +
641 bcn = kzalloc(sizeof(*bcn) + head_len + tail_len, GFP_KERNEL);
643 skb = dev_alloc_skb(max(head_len, tail_len));
705 bcn->head_len = skb->len;
706 memcpy(bcn->head, skb->data, bcn->head_len);
710 bcn->tail = bcn->head + bcn->head_len;
983 bcn->head_len + bcn->tail_len);
988 memcpy(skb_put(presp, bcn->head_len), bcn->head, bcn->head_len);
[all...]
H A Dieee80211_i.h245 int head_len, tail_len; member in struct:beacon_data

Completed in 795 milliseconds