Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
cls_rsvp.h File Reference

Go to the source code of this file.

Data Structures

struct  rsvp_head
 
struct  rsvp_session
 
struct  rsvp_filter
 

Macros

#define RSVP_APPLY_RESULT()
 

Macro Definition Documentation

#define RSVP_APPLY_RESULT ( )
Value:
{ \
int r = tcf_exts_exec(skb, &f->exts, res); \
if (r < 0) \
continue; \
else if (r > 0) \
return r; \
}

Definition at line 124 of file cls_rsvp.h.