]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
get_inpcbinfo() and get_pcblist() are UDP local functions and
authorbz <bz@FreeBSD.org>
Thu, 27 Aug 2015 15:27:41 +0000 (15:27 +0000)
committerbz <bz@FreeBSD.org>
Thu, 27 Aug 2015 15:27:41 +0000 (15:27 +0000)
commit6d4420afb792ba49e49cf69b369192fa5946fa0c
tree8a89b9b19d682ae34a90f535c79cd1702014e0c4
parent066f63003b3322fde7a1311ce45b01965217fe7c
get_inpcbinfo() and get_pcblist() are UDP local functions and
do not do what one would expect by name. Prefix them with "udp_"
to at least obviously limit the scope.

This is a non-functional change.

Reviewed by: gnn, rwatson
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D3505
sys/netinet/udp_usrreq.c
sys/netinet/udp_var.h
sys/netinet6/udp6_usrreq.c