Home
last modified time | relevance | path

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

/net/tipc/
Ddiscover.c82 u32 mtyp, struct tipc_bearer *b) in tipc_disc_init_msg() argument
89 tipc_msg_init(tn->trial_addr, hdr, LINK_CONFIG, mtyp, in tipc_disc_init_msg()
102 static void tipc_disc_msg_xmit(struct net *net, u32 mtyp, u32 dst, in tipc_disc_msg_xmit() argument
114 tipc_disc_init_msg(net, skb, mtyp, b); in tipc_disc_msg_xmit()
147 int mtyp) in tipc_disc_addr_trial_msg() argument
154 if (mtyp == DSC_TRIAL_FAIL_MSG) { in tipc_disc_addr_trial_msg()
177 if (mtyp != DSC_TRIAL_MSG) in tipc_disc_addr_trial_msg()
208 u32 mtyp = msg_type(hdr); in tipc_disc_rcv() local
237 src, sugg, peer_id, mtyp)) in tipc_disc_rcv()
256 if (mtyp != DSC_REQ_MSG) in tipc_disc_rcv()
Dgroup.c103 int mtyp, struct sk_buff_head *xmitq);
477 int mtyp = msg_type(hdr); in tipc_group_sort_msg() local
480 if (mtyp == TIPC_GRP_BCAST_MSG || mtyp == TIPC_GRP_MCAST_MSG) { in tipc_group_sort_msg()
505 int mtyp, blks; in tipc_group_filter_msg() local
530 mtyp = msg_type(hdr); in tipc_group_filter_msg()
540 switch (mtyp) { in tipc_group_filter_msg()
704 int mtyp, struct sk_buff_head *xmitq) in tipc_group_proto_xmit() argument
710 skb = tipc_msg_create(GROUP_PROTOCOL, mtyp, INT_H_SIZE, 0, in tipc_group_proto_xmit()
723 if (mtyp == GRP_JOIN_MSG) { in tipc_group_proto_xmit()
727 } else if (mtyp == GRP_LEAVE_MSG) { in tipc_group_proto_xmit()
[all …]
Dlink.c268 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe,
843 int mtyp = 0; in tipc_link_timeout() local
857 mtyp = STATE_MSG; in tipc_link_timeout()
880 mtyp = RESET_MSG; in tipc_link_timeout()
884 mtyp = ACTIVATE_MSG; in tipc_link_timeout()
895 tipc_link_build_proto_msg(l, mtyp, probe, 0, 0, 0, 0, xmitq); in tipc_link_timeout()
1738 int mtyp = RESET_MSG; in tipc_link_build_reset_msg() local
1742 mtyp = ACTIVATE_MSG; in tipc_link_build_reset_msg()
1744 tipc_link_build_proto_msg(l, mtyp, 0, 0, 0, 0, 0, xmitq); in tipc_link_build_reset_msg()
1856 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe, in tipc_link_build_proto_msg() argument
[all …]
Dmsg.h392 int mtyp = msg_type(m); in msg_in_group() local
394 return mtyp >= TIPC_GRP_MEMBER_EVT && mtyp <= TIPC_GRP_UCAST_MSG; in msg_in_group()
409 int mtyp = msg_type(m); in msg_mcast() local
411 return ((mtyp == TIPC_MCAST_MSG) || (mtyp == TIPC_GRP_BCAST_MSG) || in msg_mcast()
412 (mtyp == TIPC_GRP_MCAST_MSG)); in msg_mcast()
Dlink.h90 int mtyp, struct sk_buff_head *xmitq);
Dsocket.c1204 int user, mtyp, hlen; in tipc_sk_mcast_rcv() local
1215 mtyp = msg_type(hdr); in tipc_sk_mcast_rcv()
1226 if (mtyp == TIPC_GRP_UCAST_MSG || user == GROUP_PROTOCOL) { in tipc_sk_mcast_rcv()
1335 int mtyp = msg_type(hdr); in tipc_sk_conn_proto_rcv() local
1363 if (mtyp == CONN_PROBE) { in tipc_sk_conn_proto_rcv()
1368 } else if (mtyp == CONN_ACK) { in tipc_sk_conn_proto_rcv()
1376 } else if (mtyp != CONN_PROBE_REPLY) { in tipc_sk_conn_proto_rcv()
2343 int mtyp = msg_type(hdr); in tipc_sk_filter_rcv() local
2357 if (unlikely(!grp) && mtyp == TIPC_MCAST_MSG) in tipc_sk_filter_rcv()
Dnode.c1937 int mtyp = msg_type(hdr); in tipc_node_check_state() local
1997 if ((usr == TUNNEL_PROTOCOL) && (mtyp == FAILOVER_MSG)) { in tipc_node_check_state()
2036 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG) && (oseqno == 1)) { in tipc_node_check_state()
2067 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG)) in tipc_node_check_state()