Lines Matching refs:sr
685 ua->sr.upper = ua->sr.lower; in __tipc_bind()
723 if (ua->sr.type < TIPC_RESERVED_TYPES) { in tipc_bind()
725 ua->sr.type); in tipc_bind()
873 msg_set_nametype(hdr, ua->sr.type); in tipc_sendmcast()
874 msg_set_namelower(hdr, ua->sr.lower); in tipc_sendmcast()
875 msg_set_nameupper(hdr, ua->sr.upper); in tipc_sendmcast()
1214 ua.sr.type = msg_nametype(hdr); in tipc_sk_mcast_rcv()
1215 ua.sr.lower = msg_namelower(hdr); in tipc_sk_mcast_rcv()
1216 ua.sr.upper = msg_nameupper(hdr); in tipc_sk_mcast_rcv()
1235 ua.sr.lower = 0; in tipc_sk_mcast_rcv()
1236 ua.sr.upper = ~0; in tipc_sk_mcast_rcv()
2935 p->sr.type, p->sr.lower, p->sr.upper); in tipc_sk_withdraw()
2942 if (p->sr.type != ua->sr.type) in tipc_sk_withdraw()
2944 if (p->sr.lower != ua->sr.lower) in tipc_sk_withdraw()
2946 if (p->sr.upper != ua->sr.upper) in tipc_sk_withdraw()
3116 tipc_group_self(grp, &ua.sr, &scope); in tipc_sk_leave()
3714 if (nla_put_u32(skb, TIPC_NLA_PUBL_TYPE, publ->sr.type)) in __tipc_nl_add_sk_publ()
3716 if (nla_put_u32(skb, TIPC_NLA_PUBL_LOWER, publ->sr.lower)) in __tipc_nl_add_sk_publ()
3718 if (nla_put_u32(skb, TIPC_NLA_PUBL_UPPER, publ->sr.upper)) in __tipc_nl_add_sk_publ()
3866 type = p->sr.type; in tipc_sk_filtering()
3867 lower = p->sr.lower; in tipc_sk_filtering()
3868 upper = p->sr.upper; in tipc_sk_filtering()
3970 i += scnprintf(buf + i, sz - i, " %u", (p) ? p->sr.type : 0); in tipc_sk_dump()
3971 i += scnprintf(buf + i, sz - i, " %u", (p) ? p->sr.lower : 0); in tipc_sk_dump()
3972 i += scnprintf(buf + i, sz - i, " %u", (p) ? p->sr.upper : 0); in tipc_sk_dump()