Home
last modified time | relevance | path

Searched refs:TIPC_CRITICAL_IMPORTANCE (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dtipc.h94 #define TIPC_CRITICAL_IMPORTANCE 3 macro
/Linux-v5.4/net/tipc/
Dtrace.c92 case TIPC_CRITICAL_IMPORTANCE: in tipc_skb_dump()
Dmsg.h210 return msg_user(m) <= TIPC_CRITICAL_IMPORTANCE; in msg_isdata()
459 if (likely((usr <= TIPC_CRITICAL_IMPORTANCE) && !msg_errcode(m))) in msg_importance()
Dtopsrv.c496 int imp = TIPC_CRITICAL_IMPORTANCE; in tipc_topsrv_create_listener()
Dlink.c1186 case TIPC_CRITICAL_IMPORTANCE: in tipc_data_input()
2305 l->backlog[TIPC_CRITICAL_IMPORTANCE].limit = max_t(u16, 200, win * 4); in tipc_link_set_queue_limits()
2749 l->backlog[TIPC_CRITICAL_IMPORTANCE].len, in tipc_link_dump()
Dgroup.c680 skb = tipc_msg_create(TIPC_CRITICAL_IMPORTANCE, TIPC_GRP_MEMBER_EVT, in tipc_group_create_event()
Dsocket.c189 if (imp > TIPC_CRITICAL_IMPORTANCE) in tsk_set_importance()
538 skb = tipc_msg_create(TIPC_CRITICAL_IMPORTANCE, in __tipc_shutdown()
1241 msg_set_user(hdr, TIPC_CRITICAL_IMPORTANCE); in tipc_sk_conn_proto_rcv()
Dnode.c1348 skb = tipc_msg_create(TIPC_CRITICAL_IMPORTANCE, TIPC_CONN_MSG, in node_lost_contact()