summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_encap.h
AgeCommit message (Expand)Author
2022-12-07Refactor ip_encap.[ch]knakahara
2022-12-07Implement encap_attach_addr() which is used by IP-encaped tunnels.knakahara
2022-12-07refactor: use typedef for ip_encap priority functionknakahara
2018-09-14Use non-variadic function pointer in protosw::pr_input.maxv
2018-02-28Remove unused mbuf tags.maxv
2017-11-15Add argument to encapsw->pr_input() instead of m_tag.knakahara
2016-07-04make encap_lock_{enter,exit} interruptable.knakahara
2016-07-04use pserialize(9) and psref(9) (1/2) : without ip_encap radix tree careknakahara
2016-07-04let gif(4) promise softint(9) contract (2/2) : ip_encap sideknakahara
2016-02-29remove unnecessary declarations and fix KNFknakahara
2016-02-26To eliminate gif_softc_list linear search, add extra argument to encapsw.pr_c...knakahara
2016-01-26eliminate variable argument in encapswknakahara
2016-01-26implement encapsw instead of protosw and uniform prototype.knakahara
2016-01-22Back out previous change to introduce struct encapsw.riastradh
2016-01-22Don't abuse struct protosw for ip_encap -- introduce struct encapsw.riastradh
2008-11-25Make dom_maxrtkey of inet/inet6domain the size of the ip_encap packpooka
2008-04-24Merge the socket locking patch:ad
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2005-12-10Multiple inclusion protection, as suggested by christos@ on tech-kern@elad
2005-06-06Since we decided "const struct mbuf *" would not do the right thing (tm),martin
2005-06-03Sprinkle some constmartin
2005-06-02Change the first argument of the encapsulation check function fromtron
2005-02-02de-__P -- will ANSIfy .c files later.perry
2004-08-17initialize max_keylen for ip_encap.c earlieritojun
2004-04-18De __P()matt
2003-01-17switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tagitojun
2001-12-21use radix table for inbound tunnel lookup (would increase performanceitojun
2000-04-19introduce sys/netinet/ip_encap.c, to dispatch inbound packetsitojun