Home
last modified time | relevance | path

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

/Linux-v6.6/net/sctp/
Dipv6.c374 __u8 bmatchlen; in sctp_v6_get_dst() local
400 bmatchlen = sctp_v6_addr_match_len(daddr, &laddr->a); in sctp_v6_get_dst()
401 if (matchlen > bmatchlen) { in sctp_v6_get_dst()
409 matchlen = bmatchlen; in sctp_v6_get_dst()