Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/macintosh/
Dtherm_adt746x.c94 write_reg(struct thermostat* th, int reg, u8 data) in write_reg()
110 read_reg(struct thermostat* th, int reg) in read_reg()
127 static int read_fan_speed(struct thermostat *th, u8 addr) in read_fan_speed()
141 static void write_both_fan_speed(struct thermostat *th, int speed) in write_both_fan_speed()
148 static void write_fan_speed(struct thermostat *th, int speed, int fan) in write_fan_speed()
198 static void read_sensors(struct thermostat *th) in read_sensors()
207 static void display_stats(struct thermostat *th) in display_stats()
226 static void update_fans_speed (struct thermostat *th) in update_fans_speed()
283 struct thermostat* th = arg; in monitor_task() local
309 static void set_limit(struct thermostat *th, int i) in set_limit()
[all …]
/linux-4.4.14/drivers/sfi/
Dsfi_core.c166 struct sfi_table_header *th; in sfi_map_table() local
192 static void sfi_unmap_table(struct sfi_table_header *th) in sfi_unmap_table()
199 static int sfi_table_check_key(struct sfi_table_header *th, in sfi_table_check_key()
233 struct sfi_table_header *th; in sfi_check_table() local
261 struct sfi_table_header *th; in sfi_get_table() local
274 void sfi_put_table(struct sfi_table_header *th) in sfi_put_table()
395 struct sfi_table_header *th = NULL; in sfi_table_show() local
421 struct sfi_table_header *th; in sfi_sysfs_install_table() local
Dsfi_acpi.c81 struct acpi_table_header *th) in acpi_to_sfi_th()
87 struct sfi_table_header *th) in sfi_to_acpi_th()
97 static int __init sfi_acpi_parse_xsdt(struct sfi_table_header *th) in sfi_acpi_parse_xsdt()
181 struct acpi_table_header *th = NULL; in sfi_acpi_table_show() local
/linux-4.4.14/net/ceph/
Dauth_x.c100 struct ceph_x_ticket_handler *th; in get_ticket_handler() local
126 struct ceph_x_ticket_handler *th) in remove_ticket_handler()
145 struct ceph_x_ticket_handler *th; in process_one_ticket() local
293 struct ceph_x_ticket_handler *th, in ceph_x_build_authorizer()
366 static int ceph_x_encode_ticket(struct ceph_x_ticket_handler *th, in ceph_x_encode_ticket()
396 struct ceph_x_ticket_handler *th; in ceph_x_validate_tickets() local
426 struct ceph_x_ticket_handler *th = in ceph_x_build_request() local
503 struct ceph_x_ticket_handler *th; in ceph_x_handle_reply() local
558 struct ceph_x_ticket_handler *th; in ceph_x_create_authorizer() local
591 struct ceph_x_ticket_handler *th; in ceph_x_update_authorizer() local
[all …]
/linux-4.4.14/net/ipv4/
Dtcp_offload.c40 struct tcphdr *th = tcp_hdr(skb); in tcp4_gso_segment() local
59 struct tcphdr *th; in tcp_gso_segment() local
182 struct tcphdr *th; in tcp_gro_receive() local
276 struct tcphdr *th = tcp_hdr(skb); in tcp_gro_complete() local
307 struct tcphdr *th = tcp_hdr(skb); in tcp4_gro_complete() local
Dsyncookies.c178 u32 __cookie_v4_init_sequence(const struct iphdr *iph, const struct tcphdr *th, in __cookie_v4_init_sequence()
198 const struct tcphdr *th = tcp_hdr(skb); in cookie_v4_init_sequence() local
207 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th, in __cookie_v4_check()
301 const struct tcphdr *th = tcp_hdr(skb); in cookie_v4_check() local
Dtcp_ipv4.c358 struct tcphdr *th = (struct tcphdr *)(icmp_skb->data + (iph->ihl << 2)); in tcp_v4_err() local
546 struct tcphdr *th = tcp_hdr(skb); in __tcp_v4_send_check() local
584 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_send_reset() local
586 struct tcphdr th; in tcp_v4_send_reset() member
717 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_send_ack() local
719 struct tcphdr th; in tcp_v4_send_ack() member
1042 __be32 daddr, __be32 saddr, const struct tcphdr *th) in tcp_v4_md5_hash_hdr()
1079 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_md5_hash_skb() local
1139 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_inbound_md5_hash() local
1358 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_cookie_check() local
[all …]
Dtcp_minisocks.c101 const struct tcphdr *th) in tcp_timewait_state_process()
577 const struct tcphdr *th = tcp_hdr(skb); in tcp_check_req() local
Dtcp_input.c263 static void tcp_ecn_rcv_synack(struct tcp_sock *tp, const struct tcphdr *th) in tcp_ecn_rcv_synack()
269 static void tcp_ecn_rcv_syn(struct tcp_sock *tp, const struct tcphdr *th) in tcp_ecn_rcv_syn()
275 static bool tcp_ecn_rcv_ecn_echo(const struct tcp_sock *tp, const struct tcphdr *th) in tcp_ecn_rcv_ecn_echo()
3702 const struct tcphdr *th = tcp_hdr(skb); in tcp_parse_options() local
3808 static bool tcp_parse_aligned_timestamp(struct tcp_sock *tp, const struct tcphdr *th) in tcp_parse_aligned_timestamp()
3831 const struct tcphdr *th, struct tcp_sock *tp) in tcp_fast_parse_options()
3856 const u8 *tcp_parse_md5sig_option(const struct tcphdr *th) in tcp_parse_md5sig_option()
3916 const struct tcphdr *th = tcp_hdr(skb); in tcp_disordered_ack() local
4993 static void tcp_check_urg(struct sock *sk, const struct tcphdr *th) in tcp_check_urg()
5059 static void tcp_urg(struct sock *sk, struct sk_buff *skb, const struct tcphdr *th) in tcp_urg()
[all …]
Dtcp_probe.c108 const struct tcphdr *th, unsigned int len) in jtcp_rcv_established()
Dtcp_output.c360 tcp_ecn_make_synack(const struct request_sock *req, struct tcphdr *th) in tcp_ecn_make_synack()
913 struct tcphdr *th; in tcp_transmit_skb() local
2955 struct tcphdr *th; in tcp_make_synack() local
Dtcp.c3001 const struct tcphdr *th) in tcp_md5_hash_header()
/linux-4.4.14/net/ipv6/
Dtcpv6_offload.c35 struct tcphdr *th = tcp_hdr(skb); in tcp6_gro_complete() local
47 struct tcphdr *th; in tcp6_gso_segment() local
54 struct tcphdr *th = tcp_hdr(skb); in tcp6_gso_segment() local
Dsyncookies.c101 const struct tcphdr *th, __u16 *mssp) in __cookie_v6_init_sequence()
120 const struct tcphdr *th = tcp_hdr(skb); in cookie_v6_init_sequence() local
125 int __cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th, in __cookie_v6_check()
143 const struct tcphdr *th = tcp_hdr(skb); in cookie_v6_check() local
Dtcp_ipv6.c324 const struct tcphdr *th = (struct tcphdr *)(skb->data+offset); in tcp_v6_err() local
550 const struct tcphdr *th) in tcp_v6_md5_hash_hdr()
589 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_md5_hash_skb() local
638 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_inbound_md5_hash() local
741 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_send_response() local
837 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_send_reset() local
947 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_cookie_check() local
1317 const struct tcphdr *th) in tcp_v6_fill_cb()
1349 const struct tcphdr *th; in tcp_v6_rcv() local
1532 const struct tcphdr *th; in tcp_v6_early_demux() local
Dila.c55 struct tcphdr *th = (struct tcphdr *) in update_ipv6_locator() local
/linux-4.4.14/net/ipv6/netfilter/
Dip6t_SYNPROXY.c88 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_client_synack()
130 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_syn()
175 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_ack()
213 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_client_ack()
252 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_recv_client_ack()
280 struct tcphdr *th, _th; in synproxy_tg6() local
329 struct tcphdr *th, _th; in ipv6_synproxy_hook() local
/linux-4.4.14/net/ipv4/netfilter/
Dipt_SYNPROXY.c75 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_client_synack()
117 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_syn()
162 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_server_ack()
200 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_send_client_ack()
239 const struct sk_buff *skb, const struct tcphdr *th, in synproxy_recv_client_ack()
267 struct tcphdr *th, _th; in synproxy_tg4() local
316 struct tcphdr *th, _th; in ipv4_synproxy_hook() local
Dnf_nat_h323.c34 const struct tcphdr *th; in set_addr() local
/linux-4.4.14/fs/reiserfs/
Dinode.c35 struct reiserfs_transaction_handle th; in reiserfs_evict_inode() local
251 static int restart_transaction(struct reiserfs_transaction_handle *th, in restart_transaction()
638 static inline int _allocate_block(struct reiserfs_transaction_handle *th, in _allocate_block()
670 struct reiserfs_transaction_handle *th = NULL; in reiserfs_get_block() local
1447 void reiserfs_update_sd_size(struct reiserfs_transaction_handle *th, in reiserfs_update_sd_size()
1777 struct reiserfs_transaction_handle th; in reiserfs_write_inode() local
1804 static int reiserfs_new_directory(struct reiserfs_transaction_handle *th, in reiserfs_new_directory()
1867 static int reiserfs_new_symlink(struct reiserfs_transaction_handle *th, in reiserfs_new_symlink()
1926 int reiserfs_new_inode(struct reiserfs_transaction_handle *th, in reiserfs_new_inode()
2265 struct reiserfs_transaction_handle th; in reiserfs_truncate_file() local
[all …]
Dsuper.c69 struct reiserfs_transaction_handle th; in reiserfs_sync_fs() local
132 struct reiserfs_transaction_handle th; in reiserfs_freeze() local
173 struct reiserfs_transaction_handle th; in remove_save_link_only() local
396 void add_save_link(struct reiserfs_transaction_handle *th, in add_save_link()
479 struct reiserfs_transaction_handle th; in remove_save_link() local
542 struct reiserfs_transaction_handle th; in reiserfs_put_super() local
649 struct reiserfs_transaction_handle th; in reiserfs_dirty_inode() local
1388 struct reiserfs_transaction_handle th; in reiserfs_remount() local
1850 struct reiserfs_transaction_handle th; in reiserfs_fill_super() local
2219 struct reiserfs_transaction_handle th; in reiserfs_write_dquot() local
[all …]
Dnamei.c429 static int reiserfs_add_entry(struct reiserfs_transaction_handle *th, in reiserfs_add_entry()
632 struct reiserfs_transaction_handle th; in reiserfs_create() local
704 struct reiserfs_transaction_handle th; in reiserfs_mknod() local
787 struct reiserfs_transaction_handle th; in reiserfs_mkdir() local
901 struct reiserfs_transaction_handle th; in reiserfs_rmdir() local
1000 struct reiserfs_transaction_handle th; in reiserfs_unlink() local
1104 struct reiserfs_transaction_handle th; in reiserfs_symlink() local
1202 struct reiserfs_transaction_handle th; in reiserfs_link() local
1317 struct reiserfs_transaction_handle th; in reiserfs_rename() local
Dstree.c1016 static char prepare_for_delete_or_cut(struct reiserfs_transaction_handle *th, in prepare_for_delete_or_cut()
1172 static void init_tb_struct(struct reiserfs_transaction_handle *th, in init_tb_struct()
1233 int reiserfs_delete_item(struct reiserfs_transaction_handle *th, in reiserfs_delete_item()
1386 void reiserfs_delete_solid_item(struct reiserfs_transaction_handle *th, in reiserfs_delete_solid_item()
1476 int reiserfs_delete_object(struct reiserfs_transaction_handle *th, in reiserfs_delete_object()
1539 static int maybe_indirect_to_direct(struct reiserfs_transaction_handle *th, in maybe_indirect_to_direct()
1579 static void indirect_to_direct_roll_back(struct reiserfs_transaction_handle *th, in indirect_to_direct_roll_back()
1621 int reiserfs_cut_from_item(struct reiserfs_transaction_handle *th, in reiserfs_cut_from_item()
1842 static void truncate_directory(struct reiserfs_transaction_handle *th, in truncate_directory()
1861 int reiserfs_do_truncate(struct reiserfs_transaction_handle *th, in reiserfs_do_truncate()
[all …]
Dxattr_acl.c23 struct reiserfs_transaction_handle th; in reiserfs_set_acl() local
237 __reiserfs_set_acl(struct reiserfs_transaction_handle *th, struct inode *inode, in __reiserfs_set_acl()
302 reiserfs_inherit_default_acl(struct reiserfs_transaction_handle *th, in reiserfs_inherit_default_acl()
Djournal.c1910 static int do_journal_release(struct reiserfs_transaction_handle *th, in do_journal_release()
1976 int journal_release(struct reiserfs_transaction_handle *th, in journal_release()
1983 int journal_release_error(struct reiserfs_transaction_handle *th, in journal_release_error()
2911 int journal_transaction_should_end(struct reiserfs_transaction_handle *th, in journal_transaction_should_end()
2934 void reiserfs_block_writes(struct reiserfs_transaction_handle *th) in reiserfs_block_writes()
3020 static int do_journal_begin_r(struct reiserfs_transaction_handle *th, in do_journal_begin_r()
3148 struct reiserfs_transaction_handle *th; in reiserfs_persistent_transaction() local
3174 int reiserfs_end_persistent_transaction(struct reiserfs_transaction_handle *th) in reiserfs_end_persistent_transaction()
3189 static int journal_join(struct reiserfs_transaction_handle *th, in journal_join()
3203 int journal_join_abort(struct reiserfs_transaction_handle *th, in journal_join_abort()
[all …]
Dobjectid.c49 __u32 reiserfs_get_unused_objectid(struct reiserfs_transaction_handle *th) in reiserfs_get_unused_objectid()
97 void reiserfs_release_objectid(struct reiserfs_transaction_handle *th, in reiserfs_release_objectid()
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()
528 void reiserfs_discard_prealloc(struct reiserfs_transaction_handle *th, in reiserfs_discard_prealloc()
538 void reiserfs_discard_all_prealloc(struct reiserfs_transaction_handle *th) in reiserfs_discard_all_prealloc()
Dtail_conversion.c24 int direct2indirect(struct reiserfs_transaction_handle *th, struct inode *inode, in direct2indirect()
201 int indirect2direct(struct reiserfs_transaction_handle *th, in indirect2direct()
Dfile.c35 struct reiserfs_transaction_handle th; in reiserfs_file_release() local
188 struct reiserfs_transaction_handle th; in reiserfs_commit_page() local
Dresize.c27 struct reiserfs_transaction_handle th; in reiserfs_resize() local
Dxattr.h114 reiserfs_security_write(struct reiserfs_transaction_handle *th, in reiserfs_security_write()
Dacl.h70 reiserfs_inherit_default_acl(struct reiserfs_transaction_handle *th, in reiserfs_inherit_default_acl()
Dxattr_security.c92 int reiserfs_security_write(struct reiserfs_transaction_handle *th, in reiserfs_security_write()
Dxattr.c293 struct reiserfs_transaction_handle th; in reiserfs_for_each_xattr() local
498 reiserfs_xattr_set_handle(struct reiserfs_transaction_handle *th, in reiserfs_xattr_set_handle()
601 struct reiserfs_transaction_handle th; in reiserfs_xattr_set() local
Dreiserfs.h2897 struct reiserfs_transaction_handle *th = current->journal_info; in reiserfs_transaction_running() local
2905 static inline int reiserfs_transaction_free_space(struct reiserfs_transaction_handle *th) in reiserfs_transaction_free_space()
3095 static inline void reiserfs_update_sd(struct reiserfs_transaction_handle *th, in reiserfs_update_sd()
3281 struct reiserfs_transaction_handle *th; member
3344 static inline int reiserfs_new_unf_blocknrs(struct reiserfs_transaction_handle in reiserfs_new_unf_blocknrs()
3362 static inline int reiserfs_new_unf_blocknrs2(struct reiserfs_transaction_handle in reiserfs_new_unf_blocknrs2()
/linux-4.4.14/drivers/hwtracing/intel_th/
Dpci.c33 struct intel_th *th; in intel_th_pci_probe() local
56 struct intel_th *th = pci_get_drvdata(pdev); in intel_th_pci_remove() local
Dcore.c252 intel_th_device_alloc(struct intel_th *th, unsigned int type, const char *name, in intel_th_device_alloc()
422 static int intel_th_populate(struct intel_th *th, struct resource *devres, in intel_th_populate()
561 struct intel_th *th; in intel_th_alloc() local
602 void intel_th_free(struct intel_th *th) in intel_th_free()
/linux-4.4.14/drivers/thermal/st/
Dst_thermal.c114 static int st_thermal_get_temp(struct thermal_zone_device *th, int *temperature) in st_thermal_get_temp()
142 static int st_thermal_get_trip_type(struct thermal_zone_device *th, in st_thermal_get_trip_type()
160 static int st_thermal_get_trip_temp(struct thermal_zone_device *th, in st_thermal_get_trip_temp()
/linux-4.4.14/net/netfilter/
Dnf_synproxy_core.c32 const struct tcphdr *th, struct synproxy_options *opts) in synproxy_parse_options()
113 synproxy_build_options(struct tcphdr *th, const struct synproxy_options *opts) in synproxy_build_options()
185 struct tcphdr *th, in synproxy_tstamp_adjust()
Dxt_tcpmss.c31 const struct tcphdr *th; in tcpmss_mt() local
Dxt_ecn.c34 const struct tcphdr *th; in match_tcp() local
Dnf_conntrack_proto_tcp.c759 const struct tcphdr *th; in tcp_error() local
825 const struct tcphdr *th; in tcp_packet() local
1107 const struct tcphdr *th; in tcp_new() local
Dnf_log_common.c61 const struct tcphdr *th; in nf_log_dump_tcp_header() local
Dxt_tcpudp.c67 const struct tcphdr *th; in tcp_mt() local
Dnf_conntrack_sane.c67 const struct tcphdr *th; in help() local
Dnf_conntrack_irc.c111 const struct tcphdr *th; in help() local
Dnf_conntrack_seqadj.c63 const struct tcphdr *th; in nf_ct_tcp_seqadj_set() local
Dnf_nat_sip.c40 struct tcphdr *th; in mangle_packet() local
306 const struct tcphdr *th; in nf_nat_sip_seq_adjust() local
Dnf_conntrack_ftp.c391 const struct tcphdr *th; in help() local
Dnf_conntrack_h323_main.c125 const struct tcphdr *th; in get_tpkt_data() local
Dnf_conntrack_sip.c1485 struct tcphdr *th, _tcph; in sip_help_tcp() local
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_proto_tcp.c41 struct tcphdr _tcph, *th; in tcp_conn_schedule() local
480 static inline int tcp_state_idx(struct tcphdr *th) in tcp_state_idx()
495 int direction, struct tcphdr *th) in set_tcp_state()
570 struct tcphdr _tcph, *th; in tcp_state_transition() local
Dip_vs_app.c285 static inline void vs_fix_seq(const struct ip_vs_seq *vseq, struct tcphdr *th) in vs_fix_seq()
312 vs_fix_ack_seq(const struct ip_vs_seq *vseq, struct tcphdr *th) in vs_fix_ack_seq()
362 struct tcphdr *th; in app_tcp_pkt_out() local
437 struct tcphdr *th; in app_tcp_pkt_in() local
Dip_vs_ftp.c173 struct tcphdr *th; in ip_vs_ftp_out() local
315 struct tcphdr *th; in ip_vs_ftp_in() local
Dip_vs_core.c1048 struct tcphdr _tcph, *th; in is_tcp_reset() local
1061 struct tcphdr _tcph, *th; in is_new_conn() local
/linux-4.4.14/security/
Dlsm_audit.c63 struct tcphdr *th = tcp_hdr(skb); in ipv4_skb_to_auditdata() local
137 struct tcphdr _tcph, *th; in ipv6_skb_to_auditdata() local
/linux-4.4.14/arch/cris/arch-v10/
DREADME.mm189 The pgd_t from our example will therefore be the 208'th (0xd0) entry in mm->pgd. function
/linux-4.4.14/include/net/
Dip6_checksum.h71 struct tcphdr *th = tcp_hdr(skb); in __tcp_v6_send_check() local
Dtcp.h719 #define tcp_flag_byte(th) (((u_int8_t *)th)[13]) argument
/linux-4.4.14/drivers/char/
Dds1620.c335 struct therm th; in ds1620_proc_therm_show() local
379 struct therm th, th_start; in ds1620_init() local
/linux-4.4.14/net/netfilter/ipset/
Dip_set_getport.c30 const struct tcphdr *th; in get_port() local
/linux-4.4.14/drivers/misc/sgi-gru/
Dgrulib.h62 #define CONTEXT_WINDOW_BYTES(th) (GRU_GSEG_PAGESIZE * (th)) argument
63 #define THREAD_POINTER(p, th) (p + GRU_GSEG_PAGESIZE * (th)) argument
/linux-4.4.14/tools/perf/util/
Dmachine.c313 struct thread *th, pid_t pid) in machine__update_thread_pid()
364 struct thread *th; in ____machine__findnew_thread() local
437 struct thread *th; in machine__findnew_thread() local
448 struct thread *th; in machine__find_thread() local
1363 static void __machine__remove_thread(struct machine *machine, struct thread *th, bool lock) in __machine__remove_thread()
1384 void machine__remove_thread(struct machine *machine, struct thread *th) in machine__remove_thread()
/linux-4.4.14/security/apparmor/
Dmatch.c40 struct table_header th; in unpack_table() local
/linux-4.4.14/drivers/parport/
Ddaisy.c96 static const char *th[] = { /*0*/"th", "st", "nd", "rd", "th" }; in parport_daisy_init() local
/linux-4.4.14/drivers/net/slip/
Dslhc.c239 struct tcphdr *th, *oth; in slhc_compress() local
/linux-4.4.14/drivers/s390/net/
Dctcm_mpc.h105 struct th_header th; member
154 struct th_header *th; member
/linux-4.4.14/drivers/staging/rts5208/
Drtsx.c851 struct task_struct *th; in rtsx_probe() local
/linux-4.4.14/drivers/usb/storage/
Dusb.c777 struct task_struct *th; in usb_stor_acquire_resources() local
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dpm.c181 int amdgpu_calculate_at(u32 t, u32 h, u32 fh, u32 fl, u32 *tl, u32 *th) in amdgpu_calculate_at()
/linux-4.4.14/net/sched/
Dcls_route.c486 unsigned int h, th; in route4_change() local
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c1269 struct tcphdr *th; in qlcnic_process_lro() local
1791 struct tcphdr *th; in qlcnic_83xx_process_lro() local
/linux-4.4.14/net/openvswitch/
Dactions.c564 struct tcphdr *th; in set_tcp() local
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c789 unsigned char *th; in fm10k_tso() local
/linux-4.4.14/drivers/gpu/drm/radeon/
Dr600_dpm.c218 int r600_calculate_at(u32 t, u32 h, u32 fh, u32 fl, u32 *tl, u32 *th) in r600_calculate_at()
/linux-4.4.14/drivers/ata/
Dpata_mpc52xx.c83 u8 th; member
Dpata_bf54x.c374 unsigned short tm, td, tkr, tkw, teoc, th; in bfin_set_dmamode() local
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c1599 struct tcphdr *th; in netxen_process_lro() local
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c707 struct tcphdr *th; in bnx2x_gro_ip_csum() local
719 struct tcphdr *th; in bnx2x_gro_ipv6_csum() local
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c1977 struct tcphdr *th; in i40e_atr() local
/linux-4.4.14/drivers/net/ethernet/tile/
Dtilepro.c1690 struct tcphdr *th = (struct tcphdr *)(nh + ih_len); in tile_net_tx_tso() local
Dtilegx.c1727 struct tcphdr *th; in tso_headers_prepare() local
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac.c1768 u32 th, tl; in ieee80211_sta_ps() local
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
Dvxge-main.c636 struct tcphdr *th; in vxge_get_vpath_no() local
/linux-4.4.14/security/selinux/
Dhooks.c3779 struct tcphdr _tcph, *th; in selinux_parse_skb_ipv4() local
3864 struct tcphdr _tcph, *th; in selinux_parse_skb_ipv6() local
/linux-4.4.14/security/smack/
Dsmack_lsm.c3872 struct tcphdr _tcph, *th; in smk_skb_to_addr_ipv6() local
/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.c4053 struct tcphdr *th; in s2io_xmit() local
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c856 struct tcphdr *th; in bnxt_gro_skb() local
/linux-4.4.14/drivers/net/usb/
Dr8152.c1428 struct tcphdr *th; in msdn_giant_send_check() local
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c7341 struct tcphdr *th; in ixgbe_atr() local
/linux-4.4.14/drivers/scsi/
Dncr53c8xx.c7408 int th = tn & 3; in ncr_init_tcb() local
/linux-4.4.14/drivers/net/ethernet/realtek/
Dr8169.c6980 struct tcphdr *th; in msdn_giant_send_check() local
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dtg3.c13422 struct tcphdr *th; in tg3_run_loopback() local