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
183 static struct xfrm6_protocol ipcomp6_protocol = {
1201 static struct xfrm6_protocol vti_esp6_protocol __read_mostly = {1209 static struct xfrm6_protocol vti_ah6_protocol __read_mostly = {1217 static struct xfrm6_protocol vti_ipcomp6_protocol __read_mostly = {
767 static struct xfrm6_protocol ah6_protocol = {
1261 static struct xfrm6_protocol esp6_protocol = {
763 static struct xfrm6_protocol xfrmi_esp6_protocol __read_mostly = {771 static struct xfrm6_protocol xfrmi_ah6_protocol __read_mostly = {779 static struct xfrm6_protocol xfrmi_ipcomp6_protocol __read_mostly = {
1422 struct xfrm6_protocol { struct1430 struct xfrm6_protocol __rcu *next; argument1616 int xfrm6_protocol_register(struct xfrm6_protocol *handler, unsigned char protocol);1617 int xfrm6_protocol_deregister(struct xfrm6_protocol *handler, unsigned char protocol);
Completed in 21 milliseconds