Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/s390/net/
Dctcm_mpc.h96 __u8 th_is_xid; /* is 0x01 if this is XID */ member
Dctcm_mpc.c86 .th_is_xid = 0x01,
94 .th_is_xid = 0x01,
251 (header->th_is_xid == 0x01)) in ctcmpc_dump_skb()
274 (header->th_is_xid) ? "DATA" : "XID"); in ctcmpc_dump_skb()