Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/iucv/
H A Daf_iucv.c213 struct af_iucv_trans_hdr *phs_hdr; in afiucv_hs_send() local
217 phs_hdr = skb_push(skb, sizeof(*phs_hdr)); in afiucv_hs_send()
218 memset(phs_hdr, 0, sizeof(*phs_hdr)); in afiucv_hs_send()
221 phs_hdr->magic = ETH_P_AF_IUCV; in afiucv_hs_send()
222 phs_hdr->version = 1; in afiucv_hs_send()
223 phs_hdr->flags = flags; in afiucv_hs_send()
225 phs_hdr->window = iucv->msglimit; in afiucv_hs_send()
228 phs_hdr in afiucv_hs_send()
[all...]
/kernel/linux/linux-6.6/net/iucv/
H A Daf_iucv.c198 struct af_iucv_trans_hdr *phs_hdr; in afiucv_hs_send() local
201 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()
209 phs_hdr->window = iucv->msglimit; in afiucv_hs_send()
212 phs_hdr in afiucv_hs_send()
[all...]

Completed in 3 milliseconds