Searched refs:xfrm4_protocol (Results 1 – 8 of 8) sorted by relevance
48 struct xfrm4_protocol *handler; in xfrm4_rcv_cb()65 struct xfrm4_protocol *handler; in xfrm4_rcv_encap()99 struct xfrm4_protocol *handler; in xfrm4_esp_rcv()115 struct xfrm4_protocol *handler; in xfrm4_esp_err()127 struct xfrm4_protocol *handler; in xfrm4_ah_rcv()143 struct xfrm4_protocol *handler; in xfrm4_ah_err()155 struct xfrm4_protocol *handler; in xfrm4_ipcomp_rcv()171 struct xfrm4_protocol *handler; in xfrm4_ipcomp_err()220 struct xfrm4_protocol __rcu **pprev; in xfrm4_protocol_register()221 struct xfrm4_protocol *t; in xfrm4_protocol_register()[all …]
449 static struct xfrm4_protocol vti_esp4_protocol __read_mostly = {457 static struct xfrm4_protocol vti_ah4_protocol __read_mostly = {465 static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = {
70 xfrm4_output.o xfrm4_protocol.o
168 static struct xfrm4_protocol ipcomp4_protocol = {
572 static struct xfrm4_protocol ah4_protocol = {
1217 static struct xfrm4_protocol esp4_protocol = {
1044 static struct xfrm4_protocol xfrmi_esp4_protocol __read_mostly = {1052 static struct xfrm4_protocol xfrmi_ah4_protocol __read_mostly = {1060 static struct xfrm4_protocol xfrmi_ipcomp4_protocol __read_mostly = {
1473 struct xfrm4_protocol { struct1480 struct xfrm4_protocol __rcu *next; argument1681 int xfrm4_protocol_register(struct xfrm4_protocol *handler, unsigned char protocol);1682 int xfrm4_protocol_deregister(struct xfrm4_protocol *handler, unsigned char protocol);
Completed in 20 milliseconds