Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 May 2011 15:23:18 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet in_pcb.c src/sys/netinet6 in6_pcb.c in6_src.c
Message-ID:  <201105231523.p4NFNtNe021826@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2011-05-23 15:23:18 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          in_pcb.c 
    sys/netinet6         in6_pcb.c in6_src.c 
  Log:
  SVN rev 222215 on 2011-05-23 15:23:18Z by rwatson
  
  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.
  
  Revision  Changes    Path
  1.275     +18 -12    src/sys/netinet/in_pcb.c
  1.124     +16 -9     src/sys/netinet6/in6_pcb.c
  1.83      +3 -3      src/sys/netinet6/in6_src.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105231523.p4NFNtNe021826>