/* * net/sched/cls_rsvp.c Special RSVP packet classifier for IPv4. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> */ #include <linux/module.h> #include <linux/types.h> #include <linux/kernel.h> #include <linux/string.h> #include <linux/errno.h> #include <linux/skbuff.h> #include <net/ip.h> #include <net/netlink.h> #include <net/act_api.h> #include <net/pkt_cls.h> #define RSVP_DST_LEN 1 #define RSVP_ID "rsvp" #define RSVP_OPS cls_rsvp_ops #include "cls_rsvp.h" MODULE_LICENSE("GPL"); ref='/cgit.cgi/linux/net-next.git/'>net-next.git</a></td><td class='form'><form method='get'> <input type='hidden' name='id' value='7ecec8503af37de6be4f96b53828d640a968705f'/><select name='h' onchange='this.form.submit();'> <option value='emaclite-cleanup'>emaclite-cleanup</option> <option value='master'>master</option> <option value='nds-private-remove' selected='selected'>nds-private-remove</option> <option value='packet-loop-back'>packet-loop-back</option> <option value='packet-rx-pump-back'>packet-rx-pump-back</option> </select> <input type='submit' value='switch'/></form></td></tr> <tr><td class='sub'>net-next plumbings</td><td class='sub right'>Tobias Klauser</td></tr></table> <table class='tabs'><tr><td> <a href='/cgit.cgi/linux/net-next.git/?h=nds-private-remove'>summary</a><a href='/cgit.cgi/linux/net-next.git/refs/?h=nds-private-remove&id=7ecec8503af37de6be4f96b53828d640a968705f'>refs</a><a href='/cgit.cgi/linux/net-next.git/log/?h=nds-private-remove'>log</a><a class='active' href='/cgit.cgi/linux/net-next.git/tree/?h=nds-private-remove&id=7ecec8503af37de6be4f96b53828d640a968705f'>tree</a><a href='/cgit.cgi/linux/net-next.git/commit/?h=nds-private-remove&id=7ecec8503af37de6be4f96b53828d640a968705f'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/?h=nds-private-remove&id=7ecec8503af37de6be4f96b53828d640a968705f'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/'> <input type='hidden' name='h' value='nds-private-remove'/><input type='hidden' name='id' value='7ecec8503af37de6be4f96b53828d640a968705f'/><select name='qt'> <option value='grep'>log msg</option> <option value='author'>author</option> <option value='committer'>committer</option> <option value='range'>range</option> </select> <input class='txt' type='search' size='10' name='q' value=''/> <input type='submit' value='search'/> </form> </td></tr></table> <div class='content'><table summary='tree listing' class='list'> <tr class='nohover'><th class='left'>Mode</th><th class='left'>Name</th><th class='right'>Size</th><th/></tr>