Home
last modified time | relevance | path

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

123456

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_nf_fail.c33 struct nf_conn *ct; alloc_release() local
47 struct nf_conn *ct; insert_insert() local
64 struct nf_conn *ct; lookup_insert() local
78 struct nf_conn *ct; write_not_allowlisted_field() local
92 struct nf_conn *ct; set_timeout_after_insert() local
109 struct nf_conn *ct; set_status_after_insert() local
126 struct nf_conn *ct; change_timeout_after_alloc() local
140 struct nf_conn *ct; change_status_after_alloc() local
[all...]
/linux/kernel/irq/
H A Dgeneric-chip.c40 struct irq_chip_type *ct = irq_data_get_chip_type(d); in irq_gc_mask_disable_reg() local
59 struct irq_chip_type *ct = irq_data_get_chip_type(d); in irq_gc_mask_set_bit() local
78 struct irq_chip_type *ct = irq_data_get_chip_type(d); in irq_gc_mask_clr_bit() local
97 struct irq_chip_type *ct = irq_data_get_chip_type(d); in irq_gc_unmask_enable_reg() local
113 struct irq_chip_type *ct = irq_data_get_chip_type(d); in irq_gc_ack_set_bit() local
128 struct irq_chip_type *ct = irq_data_get_chip_type(d); in irq_gc_ack_clr_bit() local
150 struct irq_chip_type *ct = irq_data_get_chip_type(d); in irq_gc_mask_disable_and_ack_set() local
167 struct irq_chip_type *ct = irq_data_get_chip_type(d); in irq_gc_eoi() local
214 struct irq_chip_type *ct = gc->chip_types; in irq_init_generic_chip() local
255 struct irq_chip_type *ct = gc->chip_types; in irq_gc_init_mask_cache() local
[all …]
/linux/net/netfilter/
H A Dxt_conntrack.c40 conntrack_mt_origsrc(const struct nf_conn *ct, in conntrack_mt_origsrc()
49 conntrack_mt_origdst(const struct nf_conn *ct, in conntrack_mt_origdst()
58 conntrack_mt_replsrc(const struct nf_conn *ct, in conntrack_mt_replsrc()
67 conntrack_mt_repldst(const struct nf_conn *ct, in conntrack_mt_repldst()
77 const struct nf_conn *ct) in ct_proto_port_check()
121 const struct nf_conn *ct) in ct_proto_port_check_v3()
167 const struct nf_conn *ct; in conntrack_mt() local
H A Dxt_nat.c57 struct nf_conn *ct; in xt_snat_target_v0() local
74 struct nf_conn *ct; in xt_dnat_target_v0() local
90 struct nf_conn *ct; in xt_snat_target_v1() local
109 struct nf_conn *ct; in xt_dnat_target_v1() local
126 struct nf_conn *ct; in xt_snat_target_v2() local
141 struct nf_conn *ct; in xt_dnat_target_v2() local
H A Dnf_conntrack_ecache.c67 struct nf_conn *ct = nf_ct_tuplehash_to_ctrack(h); in ecache_work_evict_list() local
95 struct nf_conn *ct = nf_ct_tuplehash_to_ctrack(h); in ecache_work_evict_list() local
173 int nf_conntrack_eventmask_report(unsigned int events, struct nf_conn *ct, in nf_conntrack_eventmask_report()
214 void nf_ct_deliver_cached_events(struct nf_conn *ct) in nf_ct_deliver_cached_events()
312 static void nf_ct_ecache_tstamp_new(const struct nf_conn *ct, struct nf_conntrack_ecache *e) in nf_ct_ecache_tstamp_new()
324 bool nf_ct_ecache_ext_add(struct nf_conn *ct, u16 ctmask, u16 expmask, gfp_t gfp) in nf_ct_ecache_ext_add()
H A Dnf_conntrack_proto_sctp.c134 static void sctp_print_conntrack(struct seq_file *s, struct nf_conn *ct) in sctp_print_conntrack()
148 static int do_basic_checks(struct nf_conn *ct, in do_basic_checks()
240 sctp_new(struct nf_conn *ct, const struct sk_buff *skb, in sctp_new()
327 int nf_conntrack_sctp_packet(struct nf_conn *ct, in nf_conntrack_sctp_packet()
536 static bool sctp_can_early_drop(const struct nf_conn *ct) in sctp_can_early_drop()
556 struct nf_conn *ct, bool destroy) in sctp_to_nlattr()
600 static int nlattr_to_sctp(struct nlattr *cda[], struct nf_conn *ct) in nlattr_to_sctp()
H A Dnf_nat_helper.c87 struct nf_conn *ct, in __nf_nat_mangle_tcp_packet()
137 struct nf_conn *ct, in nf_nat_mangle_udp_packet()
179 void nf_nat_follow_master(struct nf_conn *ct, in nf_nat_follow_master()
/linux/drivers/macintosh/
H A Dwindfarm_cpufreq_clamp.c22 static int clamp_set(struct wf_control *ct, s32 value) in clamp_set()
39 static int clamp_get(struct wf_control *ct, s32 *value) in clamp_get()
45 static s32 clamp_min(struct wf_control *ct) in clamp_min()
50 static s32 clamp_max(struct wf_control *ct) in clamp_max()
H A Dwindfarm.h61 static inline int wf_control_set_max(struct wf_control *ct) in wf_control_set_max()
67 static inline int wf_control_set_min(struct wf_control *ct) in wf_control_set_min()
73 static inline int wf_control_set(struct wf_control *ct, s32 val) in wf_control_set()
78 static inline int wf_control_get(struct wf_control *ct, s32 *val) in wf_control_get()
83 static inline s32 wf_control_get_min(struct wf_control *ct) in wf_control_get_min()
88 static inline s32 wf_control_get_max(struct wf_control *ct) in wf_control_get_max()
H A Dwindfarm_smu_controls.c109 static void smu_fan_release(struct wf_control *ct) in smu_fan_release()
116 static int smu_fan_set(struct wf_control *ct, s32 value) in smu_fan_set()
129 static int smu_fan_get(struct wf_control *ct, s32 *value) in smu_fan_get()
136 static s32 smu_fan_min(struct wf_control *ct) in smu_fan_min()
142 static s32 smu_fan_max(struct wf_control *ct) in smu_fan_max()
H A Dwindfarm_core.c149 struct wf_control *ct = container_of(kref, struct wf_control, ref); in wf_control_release() local
209 struct wf_control *ct; in wf_register_control() local
242 void wf_unregister_control(struct wf_control *ct) in wf_unregister_control()
254 int wf_get_control(struct wf_control *ct) in wf_get_control()
263 void wf_put_control(struct wf_control *ct) in wf_put_control()
374 struct wf_control *ct; in wf_register_client() local
H A Dwindfarm_fcu_controls.c78 static void wf_fcu_fan_release(struct wf_control *ct) in wf_fcu_fan_release()
144 static int wf_fcu_fan_set_rpm(struct wf_control *ct, s32 value) in wf_fcu_fan_set_rpm()
166 static int wf_fcu_fan_get_rpm(struct wf_control *ct, s32 *value) in wf_fcu_fan_get_rpm()
201 static int wf_fcu_fan_set_pwm(struct wf_control *ct, s32 value) in wf_fcu_fan_set_pwm()
223 static int wf_fcu_fan_get_pwm(struct wf_control *ct, s32 *value) in wf_fcu_fan_get_pwm()
252 static s32 wf_fcu_fan_min(struct wf_control *ct) in wf_fcu_fan_min()
259 static s32 wf_fcu_fan_max(struct wf_control *ct) in wf_fcu_fan_max()
/linux/include/net/netfilter/
H A 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()
H A Dnf_conntrack_act_ct.h14 static inline struct nf_conn_act_ct_ext *nf_conn_act_ct_ext_find(const struct nf_conn *ct) in nf_conn_act_ct_ext_find()
23 static inline void nf_conn_act_ct_ext_fill(struct sk_buff *skb, struct nf_conn *ct, in nf_conn_act_ct_ext_fill()
37 struct nf_conn *ct, in nf_conn_act_ct_ext_add()
H A 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()
H A Dnf_conntrack_core.h57 struct nf_conn *ct = (struct nf_conn *)skb_nfct(skb); in nf_conntrack_confirm() local
93 static inline void __nf_ct_set_timeout(struct nf_conn *ct, u64 timeout) in __nf_ct_set_timeout()
H A 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()
H A 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()
H A Dnf_conntrack_labels.h23 static inline struct nf_conn_labels *nf_ct_labels_find(const struct nf_conn *ct) in nf_ct_labels_find()
37 static inline struct nf_conn_labels *nf_ct_labels_ext_add(struct nf_conn *ct) in nf_ct_labels_ext_add()
/linux/net/openvswitch/
H A Dconntrack.c64 struct nf_conn *ct; member
154 static u32 ovs_ct_get_mark(const struct nf_conn *ct) in ovs_ct_get_mark() argument
168 static void ovs_ct_get_labels(const struct nf_conn *ct, in ovs_ct_get_labels() argument
200 __ovs_ct_update_key(struct sw_flow_key * key,u8 state,const struct nf_conntrack_zone * zone,const struct nf_conn * ct) __ovs_ct_update_key() argument
249 struct nf_conn *ct; ovs_ct_update_key() local
344 ovs_ct_set_mark(struct nf_conn * ct,struct sw_flow_key * key,u32 ct_mark,u32 mask) ovs_ct_set_mark() argument
364 ovs_ct_get_conn_labels(struct nf_conn * ct) ovs_ct_get_conn_labels() argument
381 ovs_ct_init_labels(struct nf_conn * ct,struct sw_flow_key * key,const struct ovs_key_ct_labels * labels,const struct ovs_key_ct_labels * mask) ovs_ct_init_labels() argument
422 ovs_ct_set_labels(struct nf_conn * ct,struct sw_flow_key * key,const struct ovs_key_ct_labels * labels,const struct ovs_key_ct_labels * mask) ovs_ct_set_labels() argument
468 const struct nf_conn *ct = nf_ct_tuplehash_to_ctrack(h); ovs_ct_get_info() local
495 struct nf_conn *ct; ovs_ct_find_existing() local
539 struct nf_conn *ct = NULL; ovs_ct_executed() local
567 struct nf_conn *ct; skb_nfct_cached() local
669 ovs_ct_nat(struct net * net,struct sw_flow_key * key,const struct ovs_conntrack_info * info,struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo) ovs_ct_nat() argument
695 ovs_ct_nat(struct net * net,struct sw_flow_key * key,const struct ovs_conntrack_info * info,struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo) ovs_ct_nat() argument
735 struct nf_conn *ct; __ovs_ct_lookup() local
846 struct nf_conn *ct; ovs_ct_lookup() local
961 struct nf_conn *ct; ovs_ct_commit() local
1078 struct nf_conn *ct; ovs_ct_clear() local
[all...]
/linux/drivers/irqchip/
H A Dirq-ingenic-tcu.c51 struct irq_chip_type *ct = irq_data_get_chip_type(d); in ingenic_tcu_gc_unmask_enable_reg() local
64 struct irq_chip_type *ct = irq_data_get_chip_type(d); in ingenic_tcu_gc_mask_disable_reg() local
76 struct irq_chip_type *ct = irq_data_get_chip_type(d); in ingenic_tcu_gc_mask_disable_reg_and_ack() local
89 struct irq_chip_type *ct; in ingenic_tcu_irq_init() local
/linux/include/linux/
H A Dcontext_tracking_state.h96 struct context_tracking *ct = per_cpu_ptr(&context_tracking, cpu); in ct_rcu_watching_cpu() local
103 struct context_tracking *ct = per_cpu_ptr(&context_tracking, cpu); in ct_rcu_watching_cpu_acquire() local
115 struct context_tracking *ct = per_cpu_ptr(&context_tracking, cpu); in ct_nesting_cpu() local
127 struct context_tracking *ct = per_cpu_ptr(&context_tracking, cpu); in ct_nmi_nesting_cpu() local
/linux/net/sched/
H A Dact_ct.c178 static void tcf_ct_flow_table_add_action_meta(struct nf_conn *ct, in tcf_ct_flow_table_add_action_meta() argument
205 struct nf_conn *ct, in tcf_ct_flow_table_add_action_nat() argument
251 struct nf_conn *ct in tcf_ct_flow_table_fill_actions() local
425 tcf_ct_flow_table_add(struct tcf_ct_flow_table * ct_ft,struct nf_conn * ct,bool tcp,bool bidirectional) tcf_ct_flow_table_add() argument
467 tcf_ct_flow_table_process_conn(struct tcf_ct_flow_table * ct_ft,struct nf_conn * ct,enum ip_conntrack_info ctinfo) tcf_ct_flow_table_process_conn() argument
669 struct nf_conn *ct; tcf_ct_flow_table_lookup() local
756 struct nf_conn *ct; tcf_ct_skb_nfct_cached() local
847 struct nf_conn *ct; tcf_ct_handle_fragments() local
904 tcf_ct_act_set_mark(struct nf_conn * ct,u32 mark,u32 mask) tcf_ct_act_set_mark() argument
921 tcf_ct_act_set_labels(struct nf_conn * ct,u32 * labels,u32 * labels_m) tcf_ct_act_set_labels() argument
936 tcf_ct_act_nat(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo,int ct_action,struct nf_nat_range2 * range,bool commit) tcf_ct_act_nat() argument
981 struct nf_conn *ct; tcf_ct_act() local
[all...]
/linux/arch/arm/mach-imx/
H A Davic.c85 struct irq_chip_type *ct = gc->chip_types; in avic_irq_suspend() local
107 struct irq_chip_type *ct = gc->chip_types; in avic_irq_resume() local
128 struct irq_chip_type *ct; in avic_init_gc() local
/linux/arch/arm/mach-omap1/
H A Dirq.c88 struct irq_chip_type *ct = irq_data_get_chip_type(d); in omap_mask_ack_irq() local
169 struct irq_chip_type *ct; in omap_alloc_gc() local
185 struct irq_chip_type *ct; in omap1_init_irq() local

123456