Home
last modified time | relevance | path

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

/openbmc/linux/net/iucv/
H A Daf_iucv.c201 phs_hdr = skb_push(skb, sizeof(*phs_hdr)); in afiucv_hs_send()
202 memset(phs_hdr, 0, sizeof(*phs_hdr)); in afiucv_hs_send()
205 phs_hdr->magic = ETH_P_AF_IUCV; in afiucv_hs_send()
206 phs_hdr->version = 1; in afiucv_hs_send()
207 phs_hdr->flags = flags; in afiucv_hs_send()
212 phs_hdr->window = confirm_recv; in afiucv_hs_send()
214 phs_hdr->flags = phs_hdr->flags | AF_IUCV_FLAG_WIN; in afiucv_hs_send()
220 ASCEBC(phs_hdr->destUserID, sizeof(phs_hdr->destUserID)); in afiucv_hs_send()
221 ASCEBC(phs_hdr->destAppName, sizeof(phs_hdr->destAppName)); in afiucv_hs_send()
222 ASCEBC(phs_hdr->srcUserID, sizeof(phs_hdr->srcUserID)); in afiucv_hs_send()
[all …]