Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sctp/
H A Dipv6.c326 __u8 bmatchlen; in sctp_v6_get_dst() local
352 bmatchlen = sctp_v6_addr_match_len(daddr, &laddr->a); in sctp_v6_get_dst()
353 if (matchlen > bmatchlen) { in sctp_v6_get_dst()
361 matchlen = bmatchlen; in sctp_v6_get_dst()
/kernel/linux/linux-6.6/net/sctp/
H A 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()

Completed in 3 milliseconds