Home
last modified time | relevance | path

Searched defs:xfrmdev_ops (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dnetdevice.h995 struct xfrmdev_ops { struct
996 int (*xdo_dev_state_add) (struct xfrm_state *x, struct netlink_ext_ack *extack);
997 void (*xdo_dev_state_delete) (struct xfrm_state *x);
998 void (*xdo_dev_state_free) (struct xfrm_state *x);
999 bool (*xdo_dev_offload_ok) (struct sk_buff *skb,
1001 void (*xdo_dev_state_advance_esn) (struct xfrm_state *x);
1002 void (*xdo_dev_state_update_stats) (struct xfrm_state *x);
1003 int (*xdo_dev_policy_add) (struct xfrm_policy *x, struct netlink_ext_ack *extack);
1004 void (*xdo_dev_policy_delete) (struct xfrm_policy *x);
1005 void (*xdo_dev_policy_free) (struct xfrm_policy *x);
[all …]