/linux/drivers/gpu/drm/xe/ |
H A D | xe_guc_ct.c | 68 #define CT_DEAD(ct, ctb, reason_code) ct_dead_capture((ct), (ctb), CT_DEAD_##reason_code) argument 70 #define CT_DEAD(ct, ctb, reason) \ argument 109 ct_to_guc(struct xe_guc_ct *ct) in ct_to_guc() 115 ct_to_gt(struct xe_guc_ct *ct) in ct_to_gt() 121 ct_to_xe(struct xe_guc_ct *ct) in ct_to_xe() 178 long xe_guc_ct_queue_proc_time_jiffies(struct xe_guc_ct *ct) in xe_guc_ct_queue_proc_time_jiffies() 192 struct xe_guc_ct *ct = arg; in guc_ct_fini() local 199 static void primelockdep(struct xe_guc_ct *ct) in primelockdep() 209 int xe_guc_ct_init(struct xe_guc_ct *ct) in xe_guc_ct_init() 305 static int guc_ct_ctb_h2g_register(struct xe_guc_ct *ct) in guc_ct_ctb_h2g_register() [all …]
|
H A D | xe_guc_ct.h | 25 static inline bool xe_guc_ct_initialized(struct xe_guc_ct *ct) in xe_guc_ct_initialized() 30 static inline bool xe_guc_ct_enabled(struct xe_guc_ct *ct) in xe_guc_ct_enabled() 35 static inline void xe_guc_ct_irq_handler(struct xe_guc_ct *ct) in xe_guc_ct_irq_handler() 53 xe_guc_ct_send_block(struct xe_guc_ct *ct, const u32 *action, u32 len) in xe_guc_ct_send_block() 66 xe_guc_ct_send_block_no_fail(struct xe_guc_ct *ct, const u32 *action, u32 len) in xe_guc_ct_send_block_no_fail()
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_ct.c | 29 #define CT_DEAD(ct, reason) \ argument 37 #define CT_DEAD(ct, reason) do { } while (0) argument 40 static inline struct intel_guc *ct_to_guc(struct intel_guc_ct *ct) in ct_to_guc() 140 void intel_guc_ct_init_early(struct intel_guc_ct *ct) in intel_guc_ct_init_early() 205 static int ct_control_enable(struct intel_guc_ct *ct, bool enable) in ct_control_enable() 218 static int ct_register_buffer(struct intel_guc_ct *ct, bool send, in ct_register_buffer() 257 int intel_guc_ct_init(struct intel_guc_ct *ct) in intel_guc_ct_init() 315 void intel_guc_ct_fini(struct intel_guc_ct *ct) in intel_guc_ct_fini() 330 int intel_guc_ct_enable(struct intel_guc_ct *ct) in intel_guc_ct_enable() 393 void intel_guc_ct_disable(struct intel_guc_ct *ct) in intel_guc_ct_disable() [all …]
|
/linux/net/netfilter/ |
H A D | nf_conntrack_netlink.c | 167 static int ctnetlink_dump_status(struct sk_buff *skb, const struct nf_conn *ct) in ctnetlink_dump_status() 177 static int ctnetlink_dump_timeout(struct sk_buff *skb, const struct nf_conn *ct, in ctnetlink_dump_timeout() 198 static int ctnetlink_dump_protoinfo(struct sk_buff *skb, struct nf_conn *ct, in ctnetlink_dump_protoinfo() 224 const struct nf_conn *ct) in ctnetlink_dump_helpinfo() 293 ctnetlink_dump_acct(struct sk_buff *skb, const struct nf_conn *ct, int type) in ctnetlink_dump_acct() 309 ctnetlink_dump_timestamp(struct sk_buff *skb, const struct nf_conn *ct) in ctnetlink_dump_timestamp() 337 static int ctnetlink_dump_mark(struct sk_buff *skb, const struct nf_conn *ct, in ctnetlink_dump_mark() 357 static int ctnetlink_dump_secctx(struct sk_buff *skb, const struct nf_conn *ct) in ctnetlink_dump_secctx() 387 ctnetlink_dump_event_timestamp(struct sk_buff *skb, const struct nf_conn *ct) in ctnetlink_dump_event_timestamp() 403 static inline int ctnetlink_label_size(const struct nf_conn *ct) in ctnetlink_label_size() [all …]
|
H A D | nf_conntrack_core.c | 487 u32 nf_ct_get_id(const struct nf_conn *ct) in nf_ct_get_id() argument 509 clean_from_lists(struct nf_conn * ct) clean_from_lists() argument 564 destroy_gre_conntrack(struct nf_conn * ct) destroy_gre_conntrack() argument 576 struct nf_conn *ct = (struct nf_conn *)nfct; nf_ct_destroy() local 602 __nf_ct_delete_from_lists(struct nf_conn * ct) __nf_ct_delete_from_lists() argument 622 nf_ct_delete_from_lists(struct nf_conn * ct) nf_ct_delete_from_lists() argument 632 nf_ct_add_to_ecache_list(struct nf_conn * ct) nf_ct_add_to_ecache_list() argument 644 nf_ct_delete(struct nf_conn * ct,u32 portid,int report) nf_ct_delete() argument 691 struct nf_conn *ct = nf_ct_tuplehash_to_ctrack(h); nf_ct_key_equal() local 715 nf_ct_gc_expired(struct nf_conn * ct) nf_ct_gc_expired() argument 748 struct nf_conn *ct; ____nf_conntrack_find() local 778 struct nf_conn *ct; __nf_conntrack_find_get() local 829 __nf_conntrack_hash_insert(struct nf_conn * ct,unsigned int hash,unsigned int reply_hash) __nf_conntrack_hash_insert() argument 867 nf_conntrack_hash_check_insert(struct nf_conn * ct) nf_conntrack_hash_check_insert() argument 948 nf_ct_acct_add(struct nf_conn * ct,u32 dir,unsigned int packets,unsigned int bytes) nf_ct_acct_add() argument 963 nf_ct_acct_merge(struct nf_conn * ct,enum ip_conntrack_info ctinfo,const struct nf_conn * loser_ct) nf_ct_acct_merge() argument 979 __nf_conntrack_insert_prepare(struct nf_conn * ct) __nf_conntrack_insert_prepare() argument 1034 nf_ct_can_merge(const struct nf_conn * ct,const struct nf_conn * loser_ct) nf_ct_can_merge() argument 1046 struct nf_conn *ct = nf_ct_tuplehash_to_ctrack(h); __nf_ct_resolve_clash() local 1167 struct nf_conn *ct = nf_ct_tuplehash_to_ctrack(h); nf_ct_resolve_clash() local 1203 struct nf_conn *ct; __nf_conntrack_confirm() local 1348 struct nf_conn *ct; nf_conntrack_tuple_taken() local 1479 gc_worker_skip_ct(const struct nf_conn * ct) gc_worker_skip_ct() argument 1484 gc_worker_can_early_drop(const struct nf_conn * ct) gc_worker_can_early_drop() argument 1652 struct nf_conn *ct; __nf_conntrack_alloc() local 1708 nf_conntrack_free(struct nf_conn * ct) nf_conntrack_free() argument 1746 struct nf_conn *ct; init_conntrack() local 1858 struct nf_conn *ct; resolve_normal_ct() local 1940 generic_packet(struct nf_conn * ct,struct sk_buff * skb,enum ip_conntrack_info ctinfo) generic_packet() argument 1953 nf_conntrack_handle_packet(struct nf_conn * ct,struct sk_buff * skb,unsigned int dataoff,enum ip_conntrack_info ctinfo,const struct nf_hook_state * state) nf_conntrack_handle_packet() argument 2001 struct nf_conn *ct, *tmpl; nf_conntrack_in() local 2084 __nf_ct_refresh_acct(struct nf_conn * ct,enum ip_conntrack_info ctinfo,u32 extra_jiffies,unsigned int bytes) __nf_ct_refresh_acct() argument 2105 nf_ct_kill_acct(struct nf_conn * ct,enum ip_conntrack_info ctinfo,const struct sk_buff * skb) nf_ct_kill_acct() argument 2178 struct nf_conn *ct; nf_conntrack_attach() local 2196 nf_confirm_cthelper(struct sk_buff * skb,struct nf_conn * ct,enum ip_conntrack_info ctinfo) nf_confirm_cthelper() argument 2250 struct nf_conn *ct; nf_conntrack_update() local 2266 struct nf_conn *ct; nf_conntrack_get_tuple_skb() local 2300 struct nf_conn *ct; get_next_corpse() local 2353 struct nf_conn *ct; nf_ct_iterate_cleanup() local 2538 struct nf_conn *ct; nf_conntrack_hash_resize() local 2699 struct nf_conn *ct = nf_ct_to_nf_conn(nfct); nf_conntrack_set_closing() local 2758 __nf_ct_change_timeout(struct nf_conn * ct,u64 timeout) __nf_ct_change_timeout() argument 2772 __nf_ct_change_status(struct nf_conn * ct,unsigned long on,unsigned long off) __nf_ct_change_status() argument 2789 nf_ct_change_status_common(struct nf_conn * ct,unsigned int status) nf_ct_change_status_common() argument [all...] |
H A D | nf_nat_core.c | 59 const struct nf_conn *ct, in nf_nat_ipv4_decode_session() 91 const struct nf_conn *ct, in nf_nat_ipv6_decode_session() 126 const struct nf_conn *ct; in __nf_nat_decode_session() local 231 static bool nf_nat_allow_clash(const struct nf_conn *ct) in nf_nat_allow_clash() 254 struct nf_conn *ct; in nf_nat_used_tuple_new() local 325 static bool nf_nat_may_kill(struct nf_conn *ct, unsigned long flags) in nf_nat_may_kill() 361 struct nf_conn *ct; in nf_nat_used_tuple_harder() local 470 same_src(const struct nf_conn *ct, in same_src() 490 const struct nf_conn *ct; in find_appropriate_src() local 518 const struct nf_conn *ct, in find_best_ips_proto() [all …]
|
H A D | xt_conntrack.c | 40 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 D | nf_nat_sip.c | 41 struct nf_conn *ct = nf_ct_get(skb, &ctinfo); in mangle_packet() local 70 static int sip_sprintf_addr(const struct nf_conn *ct, char *buffer, in sip_sprintf_addr() 83 static int sip_sprintf_addr_port(const struct nf_conn *ct, char *buffer, in sip_sprintf_addr_port() 99 struct nf_conn *ct = nf_ct_get(skb, &ctinfo); in map_addr() local 133 struct nf_conn *ct = nf_ct_get(skb, &ctinfo); in map_sip_addr() local 150 struct nf_conn *ct = nf_ct_get(skb, &ctinfo); in nf_nat_sip() local 307 struct nf_conn *ct = nf_ct_get(skb, &ctinfo); in nf_nat_sip_seq_adjust() local 318 static void nf_nat_sip_expected(struct nf_conn *ct, in nf_nat_sip_expected() 381 struct nf_conn *ct = nf_ct_get(skb, &ctinfo); in nf_nat_sip_expect() local 440 struct nf_conn *ct = nf_ct_get(skb, &ctinfo); in mangle_content_len() local [all …]
|
H A D | xt_CT.c | 20 static inline int xt_ct_target(struct sk_buff *skb, struct nf_conn *ct) in xt_ct_target() 40 struct nf_conn *ct = info->ct; in xt_ct_target_v0() local 49 struct nf_conn *ct = info->ct; in xt_ct_target_v1() local 73 xt_ct_set_helper(struct nf_conn *ct, const char *helper_name, in xt_ct_set_helper() 104 xt_ct_set_timeout(struct nf_conn *ct, const struct xt_tgchk_param *par, in xt_ct_set_timeout() 159 struct nf_conn *ct; in xt_ct_tg_check() local 282 struct nf_conn *ct = info->ct; in xt_ct_tg_destroy() local
|
H A D | xt_nat.c | 57 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 D | nf_conntrack_seqadj.c | 10 int nf_ct_seqadj_init(struct nf_conn *ct, enum ip_conntrack_info ctinfo, in nf_ct_seqadj_init() 30 int nf_ct_seqadj_set(struct nf_conn *ct, enum ip_conntrack_info ctinfo, in nf_ct_seqadj_set() 61 struct nf_conn *ct, enum ip_conntrack_info ctinfo, in nf_ct_tcp_seqadj_set() 119 struct nf_conn *ct, in nf_ct_sack_adjust() 165 struct nf_conn *ct, enum ip_conntrack_info ctinfo, in nf_ct_seq_adjust() 220 s32 nf_ct_seq_offset(const struct nf_conn *ct, in nf_ct_seq_offset()
|
H A D | nf_conntrack_pptp.c | 89 static void pptp_expectfn(struct nf_conn *ct, in pptp_expectfn() 127 static int destroy_sibling_or_exp(struct net *net, struct nf_conn *ct, in destroy_sibling_or_exp() 161 static void pptp_destroy_siblings(struct nf_conn *ct) in pptp_destroy_siblings() 187 static int exp_gre(struct nf_conn *ct, __be16 callid, __be16 peer_callid) in exp_gre() 256 struct nf_conn *ct, in pptp_inbound_pkt() 383 struct nf_conn *ct, in pptp_outbound_pkt() 492 struct nf_conn *ct, enum ip_conntrack_info ctinfo) in conntrack_pptp_help()
|
H A D | xt_cluster.c | 16 static inline u32 nf_ct_orig_ipv4_src(const struct nf_conn *ct) in nf_ct_orig_ipv4_src() 21 static inline const u32 *nf_ct_orig_ipv6_src(const struct nf_conn *ct) in nf_ct_orig_ipv6_src() 39 xt_cluster_hash(const struct nf_conn *ct, in xt_cluster_hash() 83 const struct nf_conn *ct; in xt_cluster_mt() local
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_bpf_nf_fail.c | 33 struct nf_conn *ct; in alloc_release() local 47 struct nf_conn *ct; in insert_insert() local 64 struct nf_conn *ct; in lookup_insert() local 78 struct nf_conn *ct; in write_not_allowlisted_field() local 92 struct nf_conn *ct; in set_timeout_after_insert() local 109 struct nf_conn *ct; in set_status_after_insert() local 126 struct nf_conn *ct; in change_timeout_after_alloc() local 140 struct nf_conn *ct; in change_status_after_alloc() local
|
/linux/kernel/irq/ |
H A D | generic-chip.c | 40 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/include/net/netfilter/ |
H A D | nf_conntrack_timeout.h | 41 struct nf_conn_timeout *nf_ct_timeout_find(const struct nf_conn *ct) in nf_ct_timeout_find() 51 struct nf_conn_timeout *nf_ct_timeout_ext_add(struct nf_conn *ct, in nf_ct_timeout_ext_add() 70 static inline unsigned int *nf_ct_timeout_lookup(const struct nf_conn *ct) in nf_ct_timeout_lookup() 89 static inline int nf_ct_set_timeout(struct net *net, struct nf_conn *ct, in nf_ct_set_timeout() 96 static inline void nf_ct_destroy_timeout(struct nf_conn *ct) in nf_ct_destroy_timeout()
|
H A 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()
|
H A D | nf_conntrack_act_ct.h | 14 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()
|
/linux/drivers/macintosh/ |
H A D | windfarm_cpufreq_clamp.c | 22 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 D | windfarm.h | 61 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 D | windfarm_core.c | 149 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 D | windfarm_smu_controls.c | 109 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()
|
/linux/net/ipv4/netfilter/ |
H A D | nf_nat_h323.c | 28 struct nf_conn *ct = nf_ct_get(skb, &ctinfo); in set_addr() local 92 static int set_sig_addr(struct sk_buff *skb, struct nf_conn *ct, in set_sig_addr() 145 static int set_ras_addr(struct sk_buff *skb, struct nf_conn *ct, in set_ras_addr() 174 static int nat_rtp_rtcp(struct sk_buff *skb, struct nf_conn *ct, in nat_rtp_rtcp() 280 static int nat_t120(struct sk_buff *skb, struct nf_conn *ct, in nat_t120() 318 static int nat_h245(struct sk_buff *skb, struct nf_conn *ct, in nat_h245() 396 static int nat_q931(struct sk_buff *skb, struct nf_conn *ct, in nat_q931() 479 static int nat_callforwarding(struct sk_buff *skb, struct nf_conn *ct, in nat_callforwarding()
|
/linux/net/openvswitch/ |
H A D | conntrack.c | 64 struct nf_conn *ct; member 154 static u32 ovs_ct_get_mark(const struct nf_conn *ct) in ovs_ct_get_mark() 168 static void ovs_ct_get_labels(const struct nf_conn *ct, in ovs_ct_get_labels() 200 const struct nf_conn *ct) in __ovs_ct_update_key() 249 struct nf_conn *ct; in ovs_ct_update_key() local 344 static int ovs_ct_set_mark(struct nf_conn *ct, struct sw_flow_key *key, in ovs_ct_set_mark() 364 static struct nf_conn_labels *ovs_ct_get_conn_labels(struct nf_conn *ct) in ovs_ct_get_conn_labels() 381 static int ovs_ct_init_labels(struct nf_conn *ct, struct sw_flow_key *key, in ovs_ct_init_labels() 422 static int ovs_ct_set_labels(struct nf_conn *ct, struct sw_flow_key *key, in ovs_ct_set_labels() 468 const struct nf_conn *ct = nf_ct_tuplehash_to_ctrack(h); in ovs_ct_get_info() local [all …]
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_nfct.c | 74 struct nf_conn *ct = nf_ct_get(skb, &ctinfo); in ip_vs_update_conntrack() local 140 static void ip_vs_nfct_expect_callback(struct nf_conn *ct, in ip_vs_nfct_expect_callback() 211 void ip_vs_nfct_expect_related(struct sk_buff *skb, struct nf_conn *ct, in ip_vs_nfct_expect_related() 245 struct nf_conn *ct; in ip_vs_conn_drop_conntrack() local
|