Searched refs:hdlen (Results 1 – 2 of 2) sorted by relevance
1665 char hdlen[20]; in check_command() local1668 hdlen[0] = 0; in check_command()1670 sprintf(hdlen, ", H%c=%u", dirletter[(int) common->data_dir], in check_command()1674 common->data_size_from_cmnd, common->cmnd_size, hdlen); in check_command()
2030 int hdlen = (len > skb_headlen(skb)) ? skb_headlen(skb) : len; in pskb_trim_rcsum_slow() local2033 if (offset + sizeof(__sum16) > hdlen) in pskb_trim_rcsum_slow()