]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r272886:
authorbryanv <bryanv@FreeBSD.org>
Tue, 27 Jan 2015 06:19:30 +0000 (06:19 +0000)
committerbryanv <bryanv@FreeBSD.org>
Tue, 27 Jan 2015 06:19:30 +0000 (06:19 +0000)
commitb5fba8dc05f513dfb0ea424a1d5ad6d557f40ab0
treea8ab67cb1735c8bc935ccd18de09a564c5ef78e4
parent8459b965f7a842aaabd4b53e080bd15b094fbff5
MFC r272886:

  Add context pointer and source address to the UDP tunnel callback

  These are needed for the forthcoming vxlan implementation. The context
  pointer means we do not have to use a spare pointer field in the inpcb,
  and the source address is required to populate vxlan's forwarding table.
sys/netinet/sctputil.c
sys/netinet/udp_usrreq.c
sys/netinet/udp_var.h
sys/netinet6/udp6_usrreq.c