Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netipsec/
HDipsec_support.h74 struct ipsec_methods { struct
75 int (*input)(struct mbuf *, int, int);
76 int (*check_policy)(const struct mbuf *, struct inpcb *);
77 int (*forward)(struct mbuf *);
78 int (*output)(struct mbuf *, struct inpcb *);
79 int (*pcbctl)(struct inpcb *, struct sockopt *);
80 size_t (*hdrsize)(struct inpcb *);
81 int (*capability)(struct mbuf *, u_int);
82 int (*ctlinput)(ipsec_ctlinput_param_t);
84 int (*udp_input)(struct mbuf *, int, int);
[all …]