Home
last modified time | relevance | path

Searched defs:ipsec_methods (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netipsec/
H A Dipsec_support.h47 struct ipsec_methods { struct
48 int (*input)(struct mbuf *, int, int);
49 int (*check_policy)(const struct mbuf *, struct inpcb *);
50 int (*forward)(struct mbuf *);
51 int (*output)(struct mbuf *, struct inpcb *);
52 int (*pcbctl)(struct inpcb *, struct sockopt *);
53 size_t (*hdrsize)(struct inpcb *);
54 int (*capability)(struct mbuf *, u_int);
55 int (*ctlinput)(int, struct sockaddr *, void *);
57 int (*udp_input)(struct mbuf *, int, int);
[all …]