Lines Matching defs:action
60 /* Conntrack action context for execution. */
233 * previously sent the packet to conntrack via the ct action. If
667 int err, action = 0;
672 action |= BIT(NF_NAT_MANIP_SRC);
674 action |= BIT(NF_NAT_MANIP_DST);
676 err = nf_ct_nat(skb, ct, ctinfo, &action, &info->range, info->commit);
678 if (action & BIT(NF_NAT_MANIP_SRC))
680 if (action & BIT(NF_NAT_MANIP_DST))
706 * committing with a separate conntrack action, then we don't need to
752 * connections until the committing CT action. For later
755 * NAT will be done only if the CT action has NAT, and only
963 * by a further CT action with both the commit flag and the eventmask
974 * action.