]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move from passing a wildcard boolean to a general set up lookup flags into
authorrwatson <rwatson@FreeBSD.org>
Mon, 23 May 2011 15:23:18 +0000 (15:23 +0000)
committerrwatson <rwatson@FreeBSD.org>
Mon, 23 May 2011 15:23:18 +0000 (15:23 +0000)
commit79b3da72c27b9377d683dc80ab7340e913334d7b
treebf4ac183209b885a49e5459344dee919217a0e87
parent56d91395adb1ef88fb6159f6751200ea542fada9
Move from passing a wildcard boolean to a general set up lookup flags into
in_pcb_lport(), in_pcblookup_local(), and in_pcblookup_hash(), and similarly
for IPv6 functions.  In the future, we would like to support other flags
relating to locking strategy.

This change doesn't appear to modify the KBI in practice, as callers already
passed in INPLOOKUP_WILDCARD rather than a simple boolean.

MFC after:      3 weeks
Reviewed by:    bz
Sponsored by:   Juniper Networks, Inc.
sys/netinet/in_pcb.c
sys/netinet6/in6_pcb.c
sys/netinet6/in6_src.c