Home
last modified time | relevance | path

Searched defs:ct (Results 1 – 25 of 25) sorted by relevance

/include/net/netfilter/
Dnf_conntrack.h145 static inline u_int16_t nf_ct_l3num(const struct nf_conn *ct) in nf_ct_l3num()
150 static inline u_int8_t nf_ct_protonum(const struct nf_conn *ct) in nf_ct_protonum()
155 #define nf_ct_tuple(ct, dir) (&(ct)->tuplehash[dir].tuple) argument
162 static inline struct net *nf_ct_net(const struct nf_conn *ct) in nf_ct_net()
191 static inline void nf_ct_put(struct nf_conn *ct) in nf_ct_put()
223 static inline void nf_ct_refresh_acct(struct nf_conn *ct, in nf_ct_refresh_acct()
232 static inline void nf_ct_refresh(struct nf_conn *ct, in nf_ct_refresh()
244 static inline bool nf_ct_kill(struct nf_conn *ct) in nf_ct_kill()
270 static inline int nf_ct_is_template(const struct nf_conn *ct) in nf_ct_is_template()
276 static inline int nf_ct_is_confirmed(const struct nf_conn *ct) in nf_ct_is_confirmed()
[all …]
Dnf_conntrack_ecache.h32 nf_ct_ecache_find(const struct nf_conn *ct) in nf_ct_ecache_find()
42 nf_ct_ecache_ext_add(struct nf_conn *ct, u16 ctmask, u16 expmask, gfp_t gfp) in nf_ct_ecache_ext_add()
70 struct nf_conn *ct; member
96 static inline void nf_ct_deliver_cached_events(const struct nf_conn *ct) in nf_ct_deliver_cached_events()
101 struct nf_conn *ct, in nf_conntrack_eventmask_report()
111 nf_conntrack_event_cache(enum ip_conntrack_events event, struct nf_conn *ct) in nf_conntrack_event_cache()
129 nf_conntrack_event_report(enum ip_conntrack_events event, struct nf_conn *ct, in nf_conntrack_event_report()
145 nf_conntrack_event(enum ip_conntrack_events event, struct nf_conn *ct) in nf_conntrack_event()
Dnf_conntrack_timeout.h49 struct nf_conn_timeout *nf_ct_timeout_find(const struct nf_conn *ct) in nf_ct_timeout_find()
59 struct nf_conn_timeout *nf_ct_timeout_ext_add(struct nf_conn *ct, in nf_ct_timeout_ext_add()
78 static inline unsigned int *nf_ct_timeout_lookup(const struct nf_conn *ct) in nf_ct_timeout_lookup()
109 static inline int nf_ct_set_timeout(struct net *net, struct nf_conn *ct, in nf_ct_set_timeout()
116 static inline void nf_ct_destroy_timeout(struct nf_conn *ct) in nf_ct_destroy_timeout()
Dnf_conntrack_synproxy.h14 static inline struct nf_conn_synproxy *nfct_synproxy(const struct nf_conn *ct) in nfct_synproxy()
23 static inline struct nf_conn_synproxy *nfct_synproxy_ext_add(struct nf_conn *ct) in nfct_synproxy_ext_add()
32 static inline bool nf_ct_add_synproxy(struct nf_conn *ct, in nf_ct_add_synproxy()
Dnf_conntrack_acct.h24 struct nf_conn_acct *nf_conn_acct_find(const struct nf_conn *ct) in nf_conn_acct_find()
30 struct nf_conn_acct *nf_ct_acct_ext_add(struct nf_conn *ct, gfp_t gfp) in nf_ct_acct_ext_add()
71 static inline void nf_ct_acct_update(struct nf_conn *ct, u32 dir, in nf_ct_acct_update()
Dnf_conntrack_seqadj.h24 static inline struct nf_conn_seqadj *nfct_seqadj(const struct nf_conn *ct) in nfct_seqadj()
29 static inline struct nf_conn_seqadj *nfct_seqadj_ext_add(struct nf_conn *ct) in nfct_seqadj_ext_add()
Dnf_conntrack_timestamp.h17 struct nf_conn_tstamp *nf_conn_tstamp_find(const struct nf_conn *ct) in nf_conn_tstamp_find()
27 struct nf_conn_tstamp *nf_ct_tstamp_ext_add(struct nf_conn *ct, gfp_t gfp) in nf_ct_tstamp_ext_add()
Dnf_conntrack_labels.h20 static inline struct nf_conn_labels *nf_ct_labels_find(const struct nf_conn *ct) in nf_ct_labels_find()
29 static inline struct nf_conn_labels *nf_ct_labels_ext_add(struct nf_conn *ct) in nf_ct_labels_ext_add()
Dnf_nat.h48 static inline struct nf_conn_nat *nfct_nat(const struct nf_conn *ct) in nfct_nat()
107 static inline int nf_nat_initialized(struct nf_conn *ct, in nf_nat_initialized()
Dnf_conntrack_zones.h9 nf_ct_zone(const struct nf_conn *ct) in nf_ct_zone()
42 static inline void nf_ct_zone_add(struct nf_conn *ct, in nf_ct_zone_add()
Dnf_conntrack_l4proto.h180 const struct nf_conn *ct, in nf_ct_l4proto_log_invalid()
212 static inline void nf_ct_set_tcp_be_liberal(struct nf_conn *ct) in nf_ct_set_tcp_be_liberal()
219 static inline bool nf_conntrack_tcp_established(const struct nf_conn *ct) in nf_conntrack_tcp_established()
Dnf_conntrack_core.h57 struct nf_conn *ct = (struct nf_conn *)skb_nfct(skb); in nf_conntrack_confirm() local
Dnf_conntrack_extend.h56 static inline bool nf_ct_ext_exist(const struct nf_conn *ct, u8 id) in nf_ct_ext_exist()
61 static inline void *__nf_ct_ext_find(const struct nf_conn *ct, u8 id) in __nf_ct_ext_find()
Dnf_nat_helper.h18 struct nf_conn *ct, in nf_nat_mangle_tcp_packet()
Dnf_conntrack_helper.h120 static inline struct nf_conn_help *nfct_help(const struct nf_conn *ct) in nfct_help()
125 static inline void *nfct_help_data(const struct nf_conn *ct) in nfct_help_data()
Dnf_flow_table.h172 struct nf_conn *ct; member
/include/uapi/linux/netfilter/
Dxt_CT.h27 struct nf_conn *ct __attribute__((aligned(8))); member
39 struct nf_conn *ct __attribute__((aligned(8))); member
/include/linux/
Dvt_kern.h87 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) in con_set_unimap()
92 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, in con_get_unimap()
Dmroute_base.h376 int ct; member
/include/net/tc_act/
Dtc_ct.h73 struct nf_conn *ct; in tcf_ct_flow_table_restore_skb() local
/include/net/
Dnet_namespace.h136 struct netns_ct ct; member
Dip_vs.h1322 struct ip_vs_conn *ct = cp->control; in ip_vs_control_assure_ct() local
1605 struct nf_conn *ct = nf_ct_get(skb, &ctinfo); in ip_vs_notrack() local
1663 struct nf_conn *ct; in ip_vs_conn_uses_old_conntrack() local
Dflow_offload.h246 } ct; member
/include/dt-bindings/usb/
Dpd.h463 #define VDO_VPD(hw, fw, ver, vbm, curr, vbi, gi, ct) \ argument
/include/linux/usb/
Dpd_vdo.h488 #define VDO_VPD(hw, fw, ver, vbm, curr, vbi, gi, ct) \ argument