/include/net/netfilter/ |
D | nf_conntrack.h | 145 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 …]
|
D | nf_conntrack_ecache.h | 32 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()
|
D | nf_conntrack_timeout.h | 49 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()
|
D | nf_conntrack_synproxy.h | 14 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()
|
D | nf_conntrack_acct.h | 24 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()
|
D | nf_conntrack_seqadj.h | 24 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()
|
D | nf_conntrack_timestamp.h | 17 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()
|
D | nf_conntrack_labels.h | 20 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()
|
D | nf_nat.h | 48 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()
|
D | nf_conntrack_zones.h | 9 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()
|
D | nf_conntrack_l4proto.h | 180 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()
|
D | nf_conntrack_core.h | 57 struct nf_conn *ct = (struct nf_conn *)skb_nfct(skb); in nf_conntrack_confirm() local
|
D | nf_conntrack_extend.h | 56 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()
|
D | nf_nat_helper.h | 18 struct nf_conn *ct, in nf_nat_mangle_tcp_packet()
|
D | nf_conntrack_helper.h | 120 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()
|
D | nf_flow_table.h | 172 struct nf_conn *ct; member
|
/include/uapi/linux/netfilter/ |
D | xt_CT.h | 27 struct nf_conn *ct __attribute__((aligned(8))); member 39 struct nf_conn *ct __attribute__((aligned(8))); member
|
/include/linux/ |
D | vt_kern.h | 87 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()
|
D | mroute_base.h | 376 int ct; member
|
/include/net/tc_act/ |
D | tc_ct.h | 73 struct nf_conn *ct; in tcf_ct_flow_table_restore_skb() local
|
/include/net/ |
D | net_namespace.h | 136 struct netns_ct ct; member
|
D | ip_vs.h | 1322 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
|
D | flow_offload.h | 246 } ct; member
|
/include/dt-bindings/usb/ |
D | pd.h | 463 #define VDO_VPD(hw, fw, ver, vbm, curr, vbi, gi, ct) \ argument
|
/include/linux/usb/ |
D | pd_vdo.h | 488 #define VDO_VPD(hw, fw, ver, vbm, curr, vbi, gi, ct) \ argument
|