#ifndef NET_PHONET_PEP_H
#define NET_PHONET_PEP_H
#include <linux/skbuff.h>
#include <net/phonet/phonet.h>
struct pep_sock { … };
static inline struct pep_sock *pep_sk(struct sock *sk)
{ … }
extern const struct proto_ops phonet_stream_ops;
struct pnpipehdr { … };
#define other_pep_type …
static inline struct pnpipehdr *pnp_hdr(struct sk_buff *skb)
{ … }
#define MAX_PNPIPE_HEADER …
enum { … };
#define PN_PIPE_INVALID_HANDLE …
#define PN_PEP_TYPE_COMMON …
enum { … };
enum { … };
enum { … };
enum { … };
enum { … };
#define pn_flow_safe(fc) …
enum { … };
#endif