Home
last modified time | relevance | path

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

/linux-6.15/net/tipc/
H A Dsocket.c129 struct tipc_mc_method mc_method; member
535 __skb_queue_head_init(&tsk->mc_method.deferredq); in tipc_sk_create()
644 __skb_queue_purge(&tsk->mc_method.deferredq); in tipc_release()
909 struct tipc_mc_method *method = &tsk->mc_method; in tipc_send_group_msg()
1088 struct tipc_mc_method *method = &tsk->mc_method; in tipc_send_group_bcast()
3100 tsk->mc_method.rcast = true; in tipc_sk_join()
3101 tsk->mc_method.mandatory = true; in tipc_sk_join()
3192 tsk->mc_method.rcast = false; in tipc_setsockopt()
3193 tsk->mc_method.mandatory = true; in tipc_setsockopt()
3196 tsk->mc_method.rcast = true; in tipc_setsockopt()
[all …]