Home
last modified time | relevance | path

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

/net/tipc/
A 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()
A 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()
723 if (mtyp == GRP_JOIN_MSG) { in tipc_group_proto_xmit()
727 } else if (mtyp == GRP_LEAVE_MSG) { in tipc_group_proto_xmit()
729 } else if (mtyp == GRP_ADV_MSG) { in tipc_group_proto_xmit()
732 } else if (mtyp == GRP_ACK_MSG) { in tipc_group_proto_xmit()
[all …]
A Dlink.c821 int mtyp = 0; in tipc_link_timeout() local
835 mtyp = STATE_MSG; in tipc_link_timeout()
858 mtyp = RESET_MSG; in tipc_link_timeout()
862 mtyp = ACTIVATE_MSG; in tipc_link_timeout()
1717 int mtyp = RESET_MSG; in tipc_link_build_reset_msg() local
1721 mtyp = ACTIVATE_MSG; in tipc_link_build_reset_msg()
2010 if (mtyp == SYNCH_MSG) in tipc_link_tnl_prepare()
2143 switch (mtyp) { in tipc_link_validate_msg()
2219 switch (mtyp) { in tipc_link_proto_rcv()
2401 if ((mtyp == RESET_MSG) || (mtyp == ACTIVATE_MSG)) in tipc_link_bc_init_rcv()
[all …]
A 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()
A Dlink.h90 int mtyp, struct sk_buff_head *xmitq);
A Dsocket.c1200 int user, mtyp, hlen; in tipc_sk_mcast_rcv() local
1211 mtyp = msg_type(hdr); in tipc_sk_mcast_rcv()
1222 if (mtyp == TIPC_GRP_UCAST_MSG || user == GROUP_PROTOCOL) { in tipc_sk_mcast_rcv()
1331 int mtyp = msg_type(hdr); in tipc_sk_conn_proto_rcv() local
1359 if (mtyp == CONN_PROBE) { in tipc_sk_conn_proto_rcv()
1364 } else if (mtyp == CONN_ACK) { in tipc_sk_conn_proto_rcv()
1372 } else if (mtyp != CONN_PROBE_REPLY) { in tipc_sk_conn_proto_rcv()
2341 int mtyp = msg_type(hdr); in tipc_sk_filter_rcv() local
2355 if (unlikely(!grp) && mtyp == TIPC_MCAST_MSG) in tipc_sk_filter_rcv()
A Dnode.c1935 int mtyp = msg_type(hdr); in tipc_node_check_state() local
1995 if ((usr == TUNNEL_PROTOCOL) && (mtyp == FAILOVER_MSG)) { in tipc_node_check_state()
2034 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG) && (oseqno == 1)) { in tipc_node_check_state()
2065 if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG)) in tipc_node_check_state()

Completed in 30 milliseconds