Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dtipc.h115 #define TIPC_CRITICAL_IMPORTANCE 3 macro
/linux-4.4.14/net/tipc/
Dcore.c117 TIPC_CRITICAL_IMPORTANCE; in tipc_init()
Dmsg.h181 return msg_user(m) <= TIPC_CRITICAL_IMPORTANCE; in msg_isdata()
358 if (likely((usr <= TIPC_CRITICAL_IMPORTANCE) && !msg_errcode(m))) in msg_importance()
Dsubscr.c332 topsrv->imp = TIPC_CRITICAL_IMPORTANCE; in tipc_topsrv_start()
Dlink.c621 if (unlikely(imp > TIPC_CRITICAL_IMPORTANCE)) { in link_schedule_user()
683 l->backlog[TIPC_CRITICAL_IMPORTANCE].len = 0; in tipc_link_reset()
870 case TIPC_CRITICAL_IMPORTANCE: in tipc_data_input()
1526 l->backlog[TIPC_CRITICAL_IMPORTANCE].limit = win * 2; in tipc_link_set_queue_limits()
Dsocket.c226 if (imp > TIPC_CRITICAL_IMPORTANCE) in tsk_set_importance()
466 skb = tipc_msg_create(TIPC_CRITICAL_IMPORTANCE, in tipc_release()
1634 return sk->sk_rcvbuf >> TIPC_CRITICAL_IMPORTANCE << in rcvbuf_limit()
2110 skb = tipc_msg_create(TIPC_CRITICAL_IMPORTANCE, in tipc_shutdown()
Dmsg.c458 msg_set_importance(bmsg, TIPC_CRITICAL_IMPORTANCE); in tipc_msg_make_bundle()
Dnode.c883 skb = tipc_msg_create(TIPC_CRITICAL_IMPORTANCE, TIPC_CONN_MSG, in node_lost_contact()