Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
endpointola.c File Reference
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/in.h>
#include <linux/random.h>
#include <linux/crypto.h>
#include <net/sock.h>
#include <net/ipv6.h>
#include <net/sctp/sctp.h>
#include <net/sctp/sm.h>

Go to the source code of this file.

Functions

struct sctp_endpointsctp_endpoint_new (struct sock *sk, gfp_t gfp)
 
void sctp_endpoint_add_asoc (struct sctp_endpoint *ep, struct sctp_association *asoc)
 
void sctp_endpoint_free (struct sctp_endpoint *ep)
 
void sctp_endpoint_hold (struct sctp_endpoint *ep)
 
void sctp_endpoint_put (struct sctp_endpoint *ep)
 
struct sctp_endpointsctp_endpoint_is_match (struct sctp_endpoint *ep, struct net *net, const union sctp_addr *laddr)
 
struct sctp_associationsctp_endpoint_lookup_assoc (const struct sctp_endpoint *ep, const union sctp_addr *paddr, struct sctp_transport **transport)
 
int sctp_endpoint_is_peeled_off (struct sctp_endpoint *ep, const union sctp_addr *paddr)
 

Function Documentation

void sctp_endpoint_add_asoc ( struct sctp_endpoint ep,
struct sctp_association asoc 
)

Definition at line 214 of file endpointola.c.

void sctp_endpoint_free ( struct sctp_endpoint ep)

Definition at line 237 of file endpointola.c.

void sctp_endpoint_hold ( struct sctp_endpoint ep)

Definition at line 290 of file endpointola.c.

struct sctp_endpoint* sctp_endpoint_is_match ( struct sctp_endpoint ep,
struct net net,
const union sctp_addr laddr 
)
read

Definition at line 305 of file endpointola.c.

int sctp_endpoint_is_peeled_off ( struct sctp_endpoint ep,
const union sctp_addr paddr 
)

Definition at line 388 of file endpointola.c.

struct sctp_association* sctp_endpoint_lookup_assoc ( const struct sctp_endpoint ep,
const union sctp_addr paddr,
struct sctp_transport **  transport 
)
read

Definition at line 371 of file endpointola.c.

struct sctp_endpoint* sctp_endpoint_new ( struct sock sk,
gfp_t  gfp 
)
read

Definition at line 193 of file endpointola.c.

void sctp_endpoint_put ( struct sctp_endpoint ep)

Definition at line 298 of file endpointola.c.