Lines Matching defs:commit
61 u8 commit : 1;
891 (ctinfo != IP_CT_RELATED || info->commit)) {
1004 (nf_ct_is_confirmed(ct) || info->commit) &&
1010 * specified followed by a (recirculate and) commit with one,
1011 * or attach a helper in a later commit. Therefore, for
1012 * connections which we will commit, we may need to attach
1015 if (info->commit && info->helper && !nfct_help(ct)) {
1036 info->commit) &&
1216 * by a further CT action with both the commit flag and the eventmask
1310 if (info->commit)
1477 } else if (!info->commit) {
1550 info->commit = true;
1619 if (!info->commit && info->mark.mask) {
1621 "Setting conntrack mark requires 'commit' flag.");
1626 if (!info->commit && labels_nonzero(&info->labels.mask)) {
1628 "Setting conntrack labels requires 'commit' flag.");
1799 if (ct_info->commit && nla_put_flag(skb, ct_info->force