Lines Matching defs:offp
750 ipsec_input_disabled(struct mbuf **mp, int *offp, int proto, int af)
754 return rip_input(mp, offp, proto, af);
757 return rip6_input(mp, offp, proto, af);
765 ah46_input(struct mbuf **mp, int *offp, int proto, int af)
774 return ipsec_input_disabled(mp, offp, proto, af);
776 protoff = ipsec_protoff(*mp, *offp, af);
784 return ipsec_common_input(mp, *offp, protoff, af, proto, 0);
798 esp46_input(struct mbuf **mp, int *offp, int proto, int af)
807 return ipsec_input_disabled(mp, offp, proto, af);
809 protoff = ipsec_protoff(*mp, *offp, af);
817 return ipsec_common_input(mp, *offp, protoff, af, proto, 0);
822 ipcomp46_input(struct mbuf **mp, int *offp, int proto, int af)
831 return ipsec_input_disabled(mp, offp, proto, af);
833 protoff = ipsec_protoff(*mp, *offp, af);
841 return ipsec_common_input(mp, *offp, protoff, af, proto, 0);