Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sctp_pf Struct Reference

#include <structs.h>

Data Fields

void(* event_msgname )(struct sctp_ulpevent *, char *, int *)
 
void(* skb_msgname )(struct sk_buff *, char *, int *)
 
int(* af_supported )(sa_family_t, struct sctp_sock *)
 
int(* cmp_addr )(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *)
 
int(* bind_verify )(struct sctp_sock *, union sctp_addr *)
 
int(* send_verify )(struct sctp_sock *, union sctp_addr *)
 
int(* supported_addrs )(const struct sctp_sock *, __be16 *)
 
struct sock *(* create_accept_sk )(struct sock *sk, struct sctp_association *asoc)
 
void(* addr_v4map )(struct sctp_sock *, union sctp_addr *)
 
struct sctp_afaf
 

Detailed Description

Definition at line 505 of file structs.h.

Field Documentation

void(* addr_v4map)(struct sctp_sock *, union sctp_addr *)

Definition at line 517 of file structs.h.

Definition at line 518 of file structs.h.

int(* af_supported)(sa_family_t, struct sctp_sock *)

Definition at line 508 of file structs.h.

int(* bind_verify)(struct sctp_sock *, union sctp_addr *)

Definition at line 512 of file structs.h.

int(* cmp_addr)(const union sctp_addr *, const union sctp_addr *, struct sctp_sock *)

Definition at line 509 of file structs.h.

struct sock*(* create_accept_sk)(struct sock *sk, struct sctp_association *asoc)
read

Definition at line 515 of file structs.h.

void(* event_msgname)(struct sctp_ulpevent *, char *, int *)

Definition at line 506 of file structs.h.

int(* send_verify)(struct sctp_sock *, union sctp_addr *)

Definition at line 513 of file structs.h.

void(* skb_msgname)(struct sk_buff *, char *, int *)

Definition at line 507 of file structs.h.

int(* supported_addrs)(const struct sctp_sock *, __be16 *)

Definition at line 514 of file structs.h.


The documentation for this struct was generated from the following file: