Searched refs:nf_connlabels_replace (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/net/netfilter/ |
| D | nf_conntrack_labels.c | 30 int nf_connlabels_replace(struct nf_conn *ct, in nf_connlabels_replace() function 59 EXPORT_SYMBOL_GPL(nf_connlabels_replace);
|
| D | nft_ct.c | 314 nf_connlabels_replace(ct, in nft_ct_set_eval()
|
| D | nf_conntrack_netlink.c | 1869 return nf_connlabels_replace(ct, nla_data(cda[CTA_LABELS]), mask, len); in ctnetlink_attach_labels()
|
| /Linux-v5.4/include/net/netfilter/ |
| D | nf_conntrack_labels.h | 43 int nf_connlabels_replace(struct nf_conn *ct,
|
| /Linux-v5.4/net/sched/ |
| D | act_ct.c | 320 nf_connlabels_replace(ct, labels, labels_m, 4); in tcf_ct_act_set_labels()
|
| /Linux-v5.4/net/openvswitch/ |
| D | conntrack.c | 420 err = nf_connlabels_replace(ct, labels->ct_labels_32, in ovs_ct_set_labels()
|