Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
qpolicy.c File Reference
#include "dccp.h"

Go to the source code of this file.

Data Structures

struct  dccp_qpolicy_operations
 

Functions

void dccp_qpolicy_push (struct sock *sk, struct sk_buff *skb)
 
bool dccp_qpolicy_full (struct sock *sk)
 
void dccp_qpolicy_drop (struct sock *sk, struct sk_buff *skb)
 
struct sk_buffdccp_qpolicy_top (struct sock *sk)
 
struct sk_buffdccp_qpolicy_pop (struct sock *sk)
 
bool dccp_qpolicy_param_ok (struct sock *sk, __be32 param)
 

Function Documentation

void dccp_qpolicy_drop ( struct sock sk,
struct sk_buff skb 
)

Definition at line 106 of file qpolicy.c.

bool dccp_qpolicy_full ( struct sock sk)

Definition at line 101 of file qpolicy.c.

bool dccp_qpolicy_param_ok ( struct sock sk,
__be32  param 
)

Definition at line 131 of file qpolicy.c.

struct sk_buff* dccp_qpolicy_pop ( struct sock sk)
read

Definition at line 119 of file qpolicy.c.

void dccp_qpolicy_push ( struct sock sk,
struct sk_buff skb 
)

Definition at line 96 of file qpolicy.c.

struct sk_buff* dccp_qpolicy_top ( struct sock sk)
read

Definition at line 114 of file qpolicy.c.