Home
last modified time | relevance | path

Searched refs:nat_keepalive_work (Results 1 – 2 of 2) sorted by relevance

/linux/net/xfrm/
H A Dxfrm_nat_keepalive.c225 static void nat_keepalive_work(struct work_struct *work) in nat_keepalive_sk_init()
235 net = container_of(work, struct net, xfrm.nat_keepalive_work.work); in nat_keepalive_sk_init()
249 schedule_delayed_work(&net->xfrm.nat_keepalive_work, in xfrm_nat_keepalive_state_updated()
291 schedule_delayed_work(&net->xfrm.nat_keepalive_work, 0);
296 INIT_DELAYED_WORK(&net->xfrm.nat_keepalive_work, nat_keepalive_work); in xfrm_nat_keepalive_fini()
302 disable_delayed_work_sync(&net->xfrm.nat_keepalive_work); in xfrm_nat_keepalive_fini()
200 static void nat_keepalive_work(struct work_struct *work) nat_keepalive_work() function
/linux/include/net/netns/
H A Dxfrm.h86 struct delayed_work nat_keepalive_work; member