Searched refs:xfrm_type (Results 1 – 11 of 11) sorted by relevance
255 const struct xfrm_type *type;325 struct xfrm_type;362 const struct xfrm_type *type_esp;363 const struct xfrm_type *type_ipip;364 const struct xfrm_type *type_ipip6;365 const struct xfrm_type *type_comp;366 const struct xfrm_type *type_ah;367 const struct xfrm_type *type_routing;368 const struct xfrm_type *type_dstopts;394 struct xfrm_type { struct[all …]
44 static const struct xfrm_type ipip_type = {
154 static const struct xfrm_type ipcomp_type = {
555 static const struct xfrm_type ah_type =
1204 static const struct xfrm_type esp_type =
326 static const struct xfrm_type mip6_destopt_type = {458 static const struct xfrm_type mip6_rthdr_type = {
174 static const struct xfrm_type ipcomp6_type = {
293 static const struct xfrm_type xfrm6_tunnel_type = {
757 static const struct xfrm_type ah6_type = {
1256 static const struct xfrm_type esp6_type = {
181 int xfrm_register_type(const struct xfrm_type *type, unsigned short family) in xfrm_register_type()227 void xfrm_unregister_type(const struct xfrm_type *type, unsigned short family) in xfrm_unregister_type()270 static const struct xfrm_type *xfrm_get_type(u8 proto, unsigned short family) in xfrm_get_type()272 const struct xfrm_type *type = NULL; in xfrm_get_type()321 static void xfrm_put_type(const struct xfrm_type *type) in xfrm_put_type()2542 const struct xfrm_type *type = READ_ONCE(x->type); in __xfrm_state_mtu()