Home
last modified time | relevance | path

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

/Linux-v5.4/net/tipc/
Dmsg.h78 #define LINK_PROTOCOL 7 macro
856 case LINK_PROTOCOL: in msg_bc_ack_invalid()
1010 if (likely(msg_user(m) != LINK_PROTOCOL)) in msg_peer_link_is_up()
1026 return (msg_user(hdr) == LINK_PROTOCOL) && (msg_type(hdr) == RESET_MSG); in msg_is_reset()
Dtrace.c79 case LINK_PROTOCOL: in tipc_skb_dump()
Dnode.c1708 if ((usr != LINK_PROTOCOL) && less(oseqno, rcv_nxt)) in tipc_node_check_state()
1784 if (usr == LINK_PROTOCOL) in tipc_node_check_state()
1840 if (unlikely(usr == LINK_PROTOCOL)) in tipc_rcv()
Dlink.c1542 if (unlikely(msg_user(hdr) == LINK_PROTOCOL)) in tipc_link_rcv()
1625 skb = tipc_msg_create(LINK_PROTOCOL, mtyp, INT_H_SIZE, in tipc_link_build_proto_msg()
1902 if (msg_user(hdr) != LINK_PROTOCOL) in tipc_link_validate_msg()