]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r272886:
authorbryanv <bryanv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 27 Jan 2015 06:19:30 +0000 (06:19 +0000)
committerbryanv <bryanv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 27 Jan 2015 06:19:30 +0000 (06:19 +0000)
commit40e3df44fc665df014bf0f0a80636bfab01090e3
treea8ab67cb1735c8bc935ccd18de09a564c5ef78e4
parent4958ac8aef1f91766eec6e15252fc6a7d9a4abad
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.

git-svn-id: svn://svn.freebsd.org/base/stable/10@277789 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/sctputil.c
sys/netinet/udp_usrreq.c
sys/netinet/udp_var.h
sys/netinet6/udp6_usrreq.c