Home
last modified time | relevance | path

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

/linux/drivers/s390/net/
H A Dctcm_mpc.h82 struct th_header { struct
106 struct th_header th; argument
110 #define TH_HEADER_LENGTH (sizeof(struct th_header))
155 struct th_header *th;
182 struct th_header *xid_th;
185 struct th_header *rcvd_xid_th;
H A Dctcm_main.h181 struct th_header *xid_th;
184 struct th_header *rcvd_xid_th;
190 struct th_header *discontact_th;
H A Dctcm_mpc.c82 static const struct th_header thnorm = {
90 static const struct th_header thdummy = {
233 struct th_header *header; in ctcmpc_dump_skb()
242 header = (struct th_header *)p; in ctcmpc_dump_skb()
956 ch->xid_th = (struct th_header *)ch->xid_skb->data; in mpc_channel_action()
1034 struct th_header *header = NULL; in ctcmpc_unpack_skb()
1045 header = (struct th_header *)pskb->data; in ctcmpc_unpack_skb()
1286 grp->xid_th = (struct th_header *)grp->xid_skb->data; in ctcmpc_init_mpc_group()
1306 grp->rcvd_xid_th = (struct th_header *)grp->rcvd_xid_skb->data; in ctcmpc_init_mpc_group()
1397 grp->rcvd_xid_th = (struct th_header *)grp->rcvd_xid_skb->data; in mpc_action_go_inop()
[all …]
H A Dctcm_main.c653 struct th_header *header; in ctcmpc_transmit_skb()