Home
last modified time | relevance | path

Searched refs:nf_connlabels_replace (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_labels.c30 int nf_connlabels_replace(struct nf_conn *ct, in nf_connlabels_replace() function
59 EXPORT_SYMBOL_GPL(nf_connlabels_replace);
H A Dnft_ct.c307 nf_connlabels_replace(ct, in nft_ct_set_eval()
H A Dnf_conntrack_netlink.c2159 return nf_connlabels_replace(ct, nla_data(cda[CTA_LABELS]), mask, len); in ctnetlink_attach_labels()
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_labels.h51 int nf_connlabels_replace(struct nf_conn *ct,
/openbmc/linux/net/sched/
H A Dact_ct.c923 nf_connlabels_replace(ct, labels, labels_m, 4); in tcf_ct_act_set_labels()
/openbmc/linux/net/openvswitch/
H A Dconntrack.c433 err = nf_connlabels_replace(ct, labels->ct_labels_32, in ovs_ct_set_labels()