Searched refs:phs_hdr (Results 1 – 1 of 1) sorted by relevance
319 struct af_iucv_trans_hdr *phs_hdr; in afiucv_hs_send() local324 phs_hdr = skb_push(skb, sizeof(struct af_iucv_trans_hdr)); in afiucv_hs_send()329 memset(phs_hdr, 0, sizeof(struct af_iucv_trans_hdr)); in afiucv_hs_send()331 phs_hdr->magic = ETH_P_AF_IUCV; in afiucv_hs_send()332 phs_hdr->version = 1; in afiucv_hs_send()333 phs_hdr->flags = flags; in afiucv_hs_send()335 phs_hdr->window = iucv->msglimit; in afiucv_hs_send()338 phs_hdr->window = confirm_recv; in afiucv_hs_send()340 phs_hdr->flags = phs_hdr->flags | AF_IUCV_FLAG_WIN; in afiucv_hs_send()342 memcpy(phs_hdr->destUserID, iucv->dst_user_id, 8); in afiucv_hs_send()[all …]