Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Dipv6.c332 __u8 bmatchlen; in sctp_v6_get_dst() local
356 bmatchlen = sctp_v6_addr_match_len(daddr, &laddr->a); in sctp_v6_get_dst()
357 if (matchlen > bmatchlen) { in sctp_v6_get_dst()
365 matchlen = bmatchlen; in sctp_v6_get_dst()