Home
last modified time | relevance | path

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

1234567

/linux/net/ipv4/
A Dtcp_offload.c35 struct tcphdr *th; in __tcpv4_gso_segment_csum() local
54 const struct tcphdr *th; in __tcpv4_gso_segment_list_csum() local
105 struct tcphdr *th = tcp_hdr(skb); in tcp4_gso_segment() local
115 struct tcphdr *th = tcp_hdr(skb); in tcp4_gso_segment() local
134 struct tcphdr *th; in tcp_gso_segment() local
281 struct tcphdr *th; in tcp_gro_pull_header() local
306 struct tcphdr *th) in tcp_gro_receive()
390 struct tcphdr *th = tcp_hdr(skb); in tcp_gro_complete() local
409 struct tcphdr *th) in tcp4_check_fraglist_gro()
441 struct tcphdr *th; in tcp4_gro_receive() local
[all …]
A Dsyncookies.c154 u32 __cookie_v4_init_sequence(const struct iphdr *iph, const struct tcphdr *th, in __cookie_v4_init_sequence()
174 const struct tcphdr *th = tcp_hdr(skb); in cookie_v4_init_sequence() local
183 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th) in __cookie_v4_check()
269 const struct tcphdr *th = tcp_hdr(skb); in cookie_tcp_reqsk_init() local
401 const struct tcphdr *th = tcp_hdr(skb); in cookie_v4_check() local
/linux/net/ipv6/
A Dtcpv6_offload.c18 struct tcphdr *th) in tcp6_check_fraglist_gro()
52 struct tcphdr *th; in tcp6_gro_receive() local
77 struct tcphdr *th = tcp_hdr(skb); in tcp6_gro_complete() local
99 struct tcphdr *th; in __tcpv6_gso_segment_csum() local
111 const struct tcphdr *th; in __tcpv6_gso_segment_list_csum() local
154 struct tcphdr *th; in tcp6_gso_segment() local
163 struct tcphdr *th = tcp_hdr(skb); in tcp6_gso_segment() local
173 struct tcphdr *th = tcp_hdr(skb); in tcp6_gso_segment() local
A Dsyncookies.c93 const struct tcphdr *th, __u16 *mssp) in __cookie_v6_init_sequence()
112 const struct tcphdr *th = tcp_hdr(skb); in cookie_v6_init_sequence() local
117 int __cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th) in __cookie_v6_check()
170 const struct tcphdr *th = tcp_hdr(skb); in cookie_v6_check() local
A Dtcp_ipv6.c378 const struct tcphdr *th = (struct tcphdr *)(skb->data+offset); in tcp_v6_err() local
693 const struct tcphdr *th, int nbytes) in tcp_v6_md5_hash_headers()
718 const struct tcphdr *th) in tcp_v6_md5_hash_hdr()
750 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_md5_hash_skb() local
867 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_send_response() local
1010 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_send_reset() local
1289 const struct tcphdr *th = tcp_hdr(skb); local
1298 struct tcphdr *th, u32 *cookie)
1720 const struct tcphdr *th)
1747 const struct tcphdr *th; local
[all …]
/linux/drivers/macintosh/
A Dtherm_adt746x.c96 write_reg(struct thermostat* th, int reg, u8 data) in write_reg()
112 read_reg(struct thermostat* th, int reg) in read_reg()
129 static int read_fan_speed(struct thermostat *th, u8 addr) in read_fan_speed()
200 static void read_sensors(struct thermostat *th) in read_sensors()
209 static void display_stats(struct thermostat *th) in display_stats()
228 static void update_fans_speed (struct thermostat *th) in update_fans_speed()
285 struct thermostat* th = arg; in monitor_task() local
311 static void set_limit(struct thermostat *th, int i) in set_limit()
416 static void thermostat_create_files(struct thermostat *th) in thermostat_create_files()
473 struct thermostat* th; in probe_thermostat() local
[all …]
/linux/tools/lib/thermal/
A Dsampling.c17 struct thermal_handler *th = thp->th; in handle_thermal_sample() local
34 thermal_error_t thermal_sampling_handle(struct thermal_handler *th, void *arg) in thermal_sampling_handle()
48 int thermal_sampling_fd(struct thermal_handler *th) in thermal_sampling_fd()
56 thermal_error_t thermal_sampling_exit(struct thermal_handler *th) in thermal_sampling_exit()
67 thermal_error_t thermal_sampling_init(struct thermal_handler *th) in thermal_sampling_init()
A Dcommands.c264 static thermal_error_t thermal_genl_auto(struct thermal_handler *th, int id, int cmd, in thermal_genl_auto()
290 thermal_error_t thermal_cmd_get_tz(struct thermal_handler *th, struct thermal_zone **tz) in thermal_cmd_get_tz()
296 thermal_error_t thermal_cmd_get_cdev(struct thermal_handler *th, struct thermal_cdev **tc) in thermal_cmd_get_cdev()
302 thermal_error_t thermal_cmd_get_trip(struct thermal_handler *th, struct thermal_zone *tz) in thermal_cmd_get_trip()
308 thermal_error_t thermal_cmd_get_governor(struct thermal_handler *th, struct thermal_zone *tz) in thermal_cmd_get_governor()
313 thermal_error_t thermal_cmd_get_temp(struct thermal_handler *th, struct thermal_zone *tz) in thermal_cmd_get_temp()
318 thermal_error_t thermal_cmd_exit(struct thermal_handler *th) in thermal_cmd_exit()
328 thermal_error_t thermal_cmd_init(struct thermal_handler *th) in thermal_cmd_init()
A Devents.c119 thermal_error_t thermal_events_handle(struct thermal_handler *th, void *arg) in thermal_events_handle()
133 int thermal_events_fd(struct thermal_handler *th) in thermal_events_fd()
141 thermal_error_t thermal_events_exit(struct thermal_handler *th) in thermal_events_exit()
152 thermal_error_t thermal_events_init(struct thermal_handler *th) in thermal_events_init()
A Dthermal.c78 static int __thermal_zone_discover(struct thermal_zone *tz, void *th) in __thermal_zone_discover()
89 struct thermal_zone *thermal_zone_discover(struct thermal_handler *th) in thermal_zone_discover()
102 void thermal_exit(struct thermal_handler *th) in thermal_exit()
113 struct thermal_handler *th; in thermal_init() local
/linux/drivers/hwtracing/intel_th/
A Dcore.c105 struct intel_th *th = to_intel_th(hub); in intel_th_remove() local
192 const struct intel_th *th = to_intel_th(thdev); in intel_th_output_devnode() local
238 struct intel_th *th = to_intel_th(thdev); in intel_th_output_activate() local
280 struct intel_th *th = to_intel_th(thdev); in intel_th_output_deactivate() local
586 struct intel_th *th = container_of(work, struct intel_th, in __intel_th_request_hub_module() local
592 static int intel_th_request_hub_module(struct intel_th *th) in intel_th_request_hub_module()
616 intel_th_subdevice_alloc(struct intel_th *th, in intel_th_subdevice_alloc()
766 static int intel_th_populate(struct intel_th *th) in intel_th_populate()
840 struct intel_th *th = data; in intel_th_irq() local
868 struct intel_th *th; in intel_th_alloc() local
[all …]
A Dpci.c31 static int intel_th_pci_activate(struct intel_th *th) in intel_th_pci_activate()
52 static void intel_th_pci_deactivate(struct intel_th *th) in intel_th_pci_deactivate()
80 struct intel_th *th; in intel_th_pci_probe() local
122 struct intel_th *th = pci_get_drvdata(pdev); in intel_th_pci_remove() local
A Dacpi.c42 struct intel_th *th; in intel_th_acpi_probe() local
65 struct intel_th *th = platform_get_drvdata(pdev); in intel_th_acpi_remove() local
/linux/drivers/thermal/
A Ddb8500_thermal.c64 struct db8500_thermal_zone *th = thermal_zone_device_priv(tz); in db8500_thermal_get_temp() local
80 static void db8500_thermal_update_config(struct db8500_thermal_zone *th, in db8500_thermal_update_config()
100 struct db8500_thermal_zone *th = irq_data; in prcmu_low_irq_handler() local
128 struct db8500_thermal_zone *th = irq_data; in prcmu_high_irq_handler() local
153 struct db8500_thermal_zone *th = NULL; in db8500_thermal_probe() local
214 struct db8500_thermal_zone *th = platform_get_drvdata(pdev); in db8500_thermal_resume() local
/linux/net/netfilter/
A Dnf_synproxy_core.c186 struct tcphdr *th, struct nf_conn *ct, in synproxy_tstamp_adjust()
491 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_syn()
537 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_ack()
575 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_client_ack()
649 struct tcphdr *th, _th; in ipv4_synproxy_hook() local
861 const struct tcphdr *th, in synproxy_send_client_synack_ipv6()
905 const struct tcphdr *th, in synproxy_send_server_syn_ipv6()
951 const struct tcphdr *th, in synproxy_send_server_ack_ipv6()
990 const struct tcphdr *th, in synproxy_send_client_ack_ipv6()
1031 const struct tcphdr *th, in synproxy_recv_client_ack_ipv6()
[all …]
/linux/net/ceph/
A Dauth_x.c122 struct ceph_x_ticket_handler *th; in get_ticket_handler() local
148 struct ceph_x_ticket_handler *th) in remove_ticket_handler()
167 struct ceph_x_ticket_handler *th; in process_one_ticket() local
467 struct ceph_x_ticket_handler *th; in ceph_x_validate_tickets() local
496 struct ceph_x_ticket_handler *th = in ceph_x_build_request() local
606 struct ceph_x_ticket_handler *th; in handle_auth_session_key() local
671 struct ceph_x_ticket_handler *th; in ceph_x_handle_reply() local
739 struct ceph_x_ticket_handler *th; in ceph_x_create_authorizer() local
774 struct ceph_x_ticket_handler *th; in ceph_x_update_authorizer() local
922 struct ceph_x_ticket_handler *th = in ceph_x_destroy() local
[all …]
/linux/fs/reiserfs/
A Dinode.c36 struct reiserfs_transaction_handle th; in reiserfs_evict_inode() local
663 struct reiserfs_transaction_handle *th = NULL; in reiserfs_get_block() local
1757 struct reiserfs_transaction_handle th; in reiserfs_write_inode() local
2247 struct reiserfs_transaction_handle th; in reiserfs_truncate_file() local
2350 struct reiserfs_transaction_handle th; in map_block_for_writepage() local
2517 struct reiserfs_transaction_handle th; in reiserfs_write_folio() local
2757 struct reiserfs_transaction_handle *th; in reiserfs_write_begin() local
2816 struct reiserfs_transaction_handle *th; in __reiserfs_write_begin() local
2870 struct reiserfs_transaction_handle *th; in reiserfs_write_end() local
3298 struct reiserfs_transaction_handle th; in reiserfs_setattr() local
[all …]
A Dsuper.c69 struct reiserfs_transaction_handle th; in reiserfs_sync_fs() local
149 struct reiserfs_transaction_handle th; in reiserfs_freeze() local
196 struct reiserfs_transaction_handle th; in remove_save_link_only() local
512 struct reiserfs_transaction_handle th; in remove_save_link() local
591 struct reiserfs_transaction_handle th; in reiserfs_put_super() local
693 struct reiserfs_transaction_handle th; in reiserfs_dirty_inode() local
1431 struct reiserfs_transaction_handle th; in reiserfs_remount() local
1890 struct reiserfs_transaction_handle th; in reiserfs_fill_super() local
2269 struct reiserfs_transaction_handle th; in reiserfs_write_dquot() local
2292 struct reiserfs_transaction_handle th; in reiserfs_acquire_dquot() local
[all …]
A Dnamei.c431 static int reiserfs_add_entry(struct reiserfs_transaction_handle *th, in reiserfs_add_entry()
627 struct reiserfs_transaction_handle th; in reiserfs_create() local
699 struct reiserfs_transaction_handle th; in reiserfs_mknod() local
783 struct reiserfs_transaction_handle th; in reiserfs_mkdir() local
897 struct reiserfs_transaction_handle th; in reiserfs_rmdir() local
997 struct reiserfs_transaction_handle th; in reiserfs_unlink() local
1102 struct reiserfs_transaction_handle th; in reiserfs_symlink() local
1201 struct reiserfs_transaction_handle th; in reiserfs_link() local
1318 struct reiserfs_transaction_handle th; in reiserfs_rename() local
A Dstree.c1034 static char prepare_for_delete_or_cut(struct reiserfs_transaction_handle *th, in prepare_for_delete_or_cut()
1190 static void init_tb_struct(struct reiserfs_transaction_handle *th, in init_tb_struct()
1251 int reiserfs_delete_item(struct reiserfs_transaction_handle *th, in reiserfs_delete_item()
1402 void reiserfs_delete_solid_item(struct reiserfs_transaction_handle *th, in reiserfs_delete_solid_item()
1492 int reiserfs_delete_object(struct reiserfs_transaction_handle *th, in reiserfs_delete_object()
1555 static int maybe_indirect_to_direct(struct reiserfs_transaction_handle *th, in maybe_indirect_to_direct()
1637 int reiserfs_cut_from_item(struct reiserfs_transaction_handle *th, in reiserfs_cut_from_item()
1858 static void truncate_directory(struct reiserfs_transaction_handle *th, in truncate_directory()
1877 int reiserfs_do_truncate(struct reiserfs_transaction_handle *th, in reiserfs_do_truncate()
2081 int reiserfs_paste_into_item(struct reiserfs_transaction_handle *th, in reiserfs_paste_into_item()
[all …]
A Djournal.c1967 int journal_release(struct reiserfs_transaction_handle *th, in journal_release()
3152 struct reiserfs_transaction_handle *th; in reiserfs_persistent_transaction() local
3193 static int journal_join(struct reiserfs_transaction_handle *th, in journal_join()
3207 int journal_join_abort(struct reiserfs_transaction_handle *th, in journal_join_abort()
3221 int journal_begin(struct reiserfs_transaction_handle *th, in journal_begin()
3278 int journal_mark_dirty(struct reiserfs_transaction_handle *th, in journal_mark_dirty()
3385 int journal_end(struct reiserfs_transaction_handle *th) in journal_end()
3522 int journal_end_sync(struct reiserfs_transaction_handle *th) in journal_end_sync()
3564 struct reiserfs_transaction_handle th; in reiserfs_flush_old_commits() local
3739 int journal_mark_freed(struct reiserfs_transaction_handle *th, in journal_mark_freed()
[all …]
A Dbitmap.c143 static int scan_bitmap_block(struct reiserfs_transaction_handle *th, in scan_bitmap_block()
347 static int scan_bitmap(struct reiserfs_transaction_handle *th, in scan_bitmap()
416 static void _reiserfs_free_block(struct reiserfs_transaction_handle *th, in _reiserfs_free_block()
467 void reiserfs_free_block(struct reiserfs_transaction_handle *th, in reiserfs_free_block()
491 static void reiserfs_free_prealloc_block(struct reiserfs_transaction_handle *th, in reiserfs_free_prealloc_block()
502 static void __discard_prealloc(struct reiserfs_transaction_handle *th, in __discard_prealloc()
536 void reiserfs_discard_prealloc(struct reiserfs_transaction_handle *th, in reiserfs_discard_prealloc()
546 void reiserfs_discard_all_prealloc(struct reiserfs_transaction_handle *th) in reiserfs_discard_all_prealloc()
A Dxattr_acl.c25 struct reiserfs_transaction_handle th; in reiserfs_set_acl() local
250 __reiserfs_set_acl(struct reiserfs_transaction_handle *th, struct inode *inode, in __reiserfs_set_acl()
306 reiserfs_inherit_default_acl(struct reiserfs_transaction_handle *th, in reiserfs_inherit_default_acl()
/linux/tools/testing/selftests/bpf/progs/
A Dtest_misc_tcp_hdr_options.c36 struct tcphdr th; in __check_active_hdr_in() member
132 struct tcphdr *th; in check_active_hdr_in() local
175 struct tcphdr *th; in write_active_opt() local
/linux/include/net/
A Dip6_checksum.h58 struct tcphdr *th = tcp_hdr(skb); in __tcp_v6_send_check() local
68 struct tcphdr *th = tcp_hdr(skb); in tcp_v6_gso_csum_prep() local

Completed in 688 milliseconds

1234567