Robert Watson bbb3fb6194 Reorganize in_control() so that invariants are more obvious, and so
that it is easier to lock:

- Handle the unsupported ioctl case at the beginning of in_control(),
  handing off to ifp->if_ioctl, rather than looking up interfaces and
  addresses unnecessarily in this case.

- Make it an invariant that ifp is always non-NULL when running
  in_control()-implemented ioctls, simplifying the code structure.

MFC after:	3 weeks
2009-04-23 21:41:37 +00:00
..
2008-12-15 06:10:57 +00:00
2009-04-21 09:43:51 +00:00
2009-04-16 23:02:56 +00:00
2009-04-15 20:49:59 +00:00
2009-02-03 11:04:03 +00:00
2009-02-03 11:04:03 +00:00
2009-03-14 13:42:13 +00:00
2008-06-11 22:12:50 +00:00
2007-09-24 05:26:24 +00:00