Searched refs:commit (Results 1 – 10 of 10) sorted by relevance
| /net/netfilter/ |
| A D | nf_nat_ovs.c | 87 const struct nf_nat_range2 *range, bool commit) in nf_ct_nat() argument 99 (ctinfo != IP_CT_RELATED || commit)) { in nf_ct_nat()
|
| A D | nfnetlink.c | 409 if (!ss->valid_genid || !ss->commit || !ss->abort) { in nfnetlink_rcv_batch() 574 err = ss->commit(net, oskb); in nfnetlink_rcv_batch()
|
| A D | nft_set_pipapo.c | 2341 .commit = nft_pipapo_commit, 2365 .commit = nft_pipapo_commit,
|
| A D | nft_set_rbtree.c | 804 .commit = nft_rbtree_commit,
|
| A D | nf_tables_api.c | 10837 if (!set->ops->commit || set->dead) in nft_set_commit_update() 10840 set->ops->commit(set); in nft_set_commit_update() 11078 if (te->set->ops->commit && in nf_tables_commit() 11091 if (te->set->ops->commit && in nf_tables_commit() 11502 .commit = nf_tables_commit,
|
| /net/openvswitch/ |
| A D | conntrack.c | 65 u8 commit : 1; member 783 (nf_ct_is_confirmed(ct) || info->commit)) { in __ovs_ct_lookup() 797 if (!nf_ct_is_confirmed(ct) && info->commit && in __ovs_ct_lookup() 819 info->commit)) { in __ovs_ct_lookup() 1060 if (info->commit) in ovs_ct_execute() 1197 } else if (!info->commit) { in parse_nat() 1270 info->commit = true; in parse_ct() 1339 if (!info->commit && info->mark.mask) { in parse_ct() 1346 if (!info->commit && labels_nonzero(&info->labels.mask)) { in parse_ct() 1438 if (ct_info.commit) in ovs_ct_copy_action() [all …]
|
| /net/sched/ |
| A D | act_ct.c | 934 bool commit) in tcf_ct_act_nat() argument 946 err = nf_ct_nat(skb, ct, ctinfo, &action, range, commit); in tcf_ct_act_nat() 969 bool cached, commit, clear; in tcf_ct_act() local 981 commit = p->ct_action & TCA_CT_ACT_COMMIT; in tcf_ct_act() 1050 err = tcf_ct_act_nat(skb, ct, ctinfo, p->ct_action, &p->range, commit); in tcf_ct_act() 1054 if (!nf_ct_is_confirmed(ct) && commit && p->helper && !nfct_help(ct)) { in tcf_ct_act() 1065 if (nf_ct_is_confirmed(ct) ? ((!cached && !skip_add) || add_helper) : commit) { in tcf_ct_act() 1071 if (commit) { in tcf_ct_act()
|
| A D | Kconfig | 375 functionality (aka output commit), wherein upon arrival of a dequeue
|
| /net/bridge/ |
| A D | br_vlan.c | 62 bool commit) in __vlan_flags_update() argument 76 if (!commit) in __vlan_flags_update()
|
| /net/ipv4/ |
| A D | tcp_output.c | 2379 goto commit; in tcp_clone_payload() 2399 commit: in tcp_clone_payload()
|
Completed in 59 milliseconds