Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
net
sched
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
.
Generated on Thu Jan 10 2013 16:01:38 for Linux Kernel by
1.8.2