Searched refs:RTNL_F_NOEPOCH (Results 1 – 3 of 3) sorted by relevance
51 #define RTNL_F_NOEPOCH 0x01 /* Do not enter epoch when handling command */ macro
1446 .flags = RTNL_F_NOEPOCH | RTNL_F_ALLOW_NONVNET_JAIL,1453 .flags = RTNL_F_NOEPOCH,1460 .flags = RTNL_F_NOEPOCH,1473 .flags = RTNL_F_NOEPOCH,1480 .flags = RTNL_F_NOEPOCH,
99 bool need_epoch = !(cmd->flags & RTNL_F_NOEPOCH); in rtnl_handle_message()