Lines Matching defs:ipsec_methods
79 struct ipsec_methods { struct
80 int (*input)(struct mbuf *, int, int);
81 int (*check_policy)(const struct mbuf *, struct inpcb *);
82 int (*forward)(struct mbuf *);
83 int (*output)(struct ifnet *, struct mbuf *, struct inpcb *,
85 int (*pcbctl)(struct inpcb *, struct sockopt *);
86 size_t (*hdrsize)(struct inpcb *);
87 int (*capability)(struct mbuf *, u_int);
88 int (*ctlinput)(ipsec_ctlinput_param_t);
90 int (*udp_input)(struct mbuf *, int, int);
91 int (*udp_pcbctl)(struct inpcb *, struct sockopt *);