Home
last modified time | relevance | path

Searched refs:LINK_PROTOCOL (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/net/tipc/
H A Dmsg.h78 #define LINK_PROTOCOL 7 macro
971 case LINK_PROTOCOL: in msg_bc_ack_invalid()
1125 if (likely(msg_user(m) != LINK_PROTOCOL)) in msg_peer_link_is_up()
1141 return (msg_user(hdr) == LINK_PROTOCOL) && (msg_type(hdr) == RESET_MSG); in msg_is_reset()
H A Dtrace.c79 case LINK_PROTOCOL: in tipc_skb_dump()
H A Dcrypto.c1083 if (user == LINK_PROTOCOL && msg_type(hdr) == STATE_MSG) { in tipc_ehdr_build()
1084 ehdr->user = LINK_PROTOCOL; in tipc_ehdr_build()
1715 if (user == LINK_CONFIG || user == LINK_PROTOCOL) in tipc_crypto_xmit()
1731 (user == LINK_PROTOCOL && type == RESET_MSG) || in tipc_crypto_xmit()
H A Dnode.c1637 case LINK_PROTOCOL: in tipc_lxc_xmit()
1958 if ((usr != LINK_PROTOCOL) && less(oseqno, rcv_nxt)) in tipc_node_check_state()
2034 if (usr == LINK_PROTOCOL) in tipc_node_check_state()
2108 if (unlikely(usr == LINK_PROTOCOL)) { in tipc_rcv()
H A Dlink.c1760 if (unlikely(msg_user(hdr) == LINK_PROTOCOL)) in tipc_link_rcv()
1845 skb = tipc_msg_create(LINK_PROTOCOL, mtyp, INT_H_SIZE, in tipc_link_build_proto_msg()
2124 if (msg_user(hdr) != LINK_PROTOCOL) in tipc_link_validate_msg()