Home
last modified time | relevance | path

Searched refs:msg_set_src_droppable (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/tipc/
H A Dmsg.h327 static inline void msg_set_src_droppable(struct tipc_msg *m, u32 d) in msg_set_src_droppable() function
H A Dsocket.c192 msg_set_src_droppable(&tsk->phdr, unreliable ? 1 : 0); in tsk_set_unreliable()