Searched refs:mtyp (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/tipc/ |
D | link.c | 117 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe, 560 int mtyp = STATE_MSG; in tipc_link_timeout() local 585 mtyp = RESET_MSG; in tipc_link_timeout() 589 mtyp = ACTIVATE_MSG; in tipc_link_timeout() 600 tipc_link_build_proto_msg(l, mtyp, prb, 0, 0, 0, xmitq); in tipc_link_timeout() 996 int mtyp = RESET_MSG; in tipc_link_build_reset_msg() local 999 mtyp = ACTIVATE_MSG; in tipc_link_build_reset_msg() 1001 tipc_link_build_proto_msg(l, mtyp, 0, 0, 0, 0, xmitq); in tipc_link_build_reset_msg() 1106 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe, in tipc_link_build_proto_msg() argument 1118 msg_set_type(hdr, mtyp); in tipc_link_build_proto_msg() [all …]
|
D | discover.c | 133 u32 mtyp = msg_type(hdr); in tipc_disc_rcv() local 168 if (respond && (mtyp == DSC_REQ_MSG)) { in tipc_disc_rcv()
|
D | link.h | 239 int mtyp, struct sk_buff_head *xmitq);
|
D | node.c | 1150 int mtyp = msg_type(hdr); in tipc_node_check_state() local 1197 if ((usr == TUNNEL_PROTOCOL) && (mtyp == FAILOVER_MSG)) { in tipc_node_check_state() 1224 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG) && (oseqno == 1)) { in tipc_node_check_state() 1255 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG)) in tipc_node_check_state()
|
D | socket.c | 784 int mtyp = msg_type(hdr); in tipc_sk_proto_rcv() local 793 if (mtyp == CONN_PROBE) { in tipc_sk_proto_rcv() 797 } else if (mtyp == CONN_ACK) { in tipc_sk_proto_rcv() 802 } else if (mtyp != CONN_PROBE_REPLY) { in tipc_sk_proto_rcv()
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | hfc_multi.h | 139 struct hm_map *mtyp; member
|
D | hfcmulti.c | 5042 hc->mtyp = m; in hfcmulti_init()
|