Searched refs:xfrm6_protocol (Results 1 – 8 of 8) sorted by relevance
49 struct xfrm6_protocol *handler; in xfrm6_rcv_cb()66 struct xfrm6_protocol *handler; in xfrm6_rcv_encap()112 struct xfrm6_protocol *handler; in xfrm6_esp_rcv()129 struct xfrm6_protocol *handler; in xfrm6_esp_err()141 struct xfrm6_protocol *handler; in xfrm6_ah_rcv()158 struct xfrm6_protocol *handler; in xfrm6_ah_err()170 struct xfrm6_protocol *handler; in xfrm6_ipcomp_rcv()187 struct xfrm6_protocol *handler; in xfrm6_ipcomp_err()236 struct xfrm6_protocol __rcu **pprev; in xfrm6_protocol_register()237 struct xfrm6_protocol *t; in xfrm6_protocol_register()[all …]
19 xfrm6_output.o xfrm6_protocol.o
187 static struct xfrm6_protocol ipcomp6_protocol = {
1199 static struct xfrm6_protocol vti_esp6_protocol __read_mostly = {1207 static struct xfrm6_protocol vti_ah6_protocol __read_mostly = {1215 static struct xfrm6_protocol vti_ipcomp6_protocol __read_mostly = {
771 static struct xfrm6_protocol ah6_protocol = {
1269 static struct xfrm6_protocol esp6_protocol = {
993 static struct xfrm6_protocol xfrmi_esp6_protocol __read_mostly = {1001 static struct xfrm6_protocol xfrmi_ah6_protocol __read_mostly = {1009 static struct xfrm6_protocol xfrmi_ipcomp6_protocol __read_mostly = {
1484 struct xfrm6_protocol { struct1492 struct xfrm6_protocol __rcu *next; argument1697 int xfrm6_protocol_register(struct xfrm6_protocol *handler, unsigned char protocol);1698 int xfrm6_protocol_deregister(struct xfrm6_protocol *handler, unsigned char protocol);
Completed in 22 milliseconds