Home
last modified time | relevance | path

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

12345

/linux/net/ipv6/
H A Dtcpv6_offload.c18 struct tcphdr *th) in tcp6_check_fraglist_gro() argument
51 struct tcphdr *th; tcp6_gro_receive() local
76 struct tcphdr *th = tcp_hdr(skb); tcp6_gro_complete() local
100 struct tcphdr *th = tcp_hdr(seg); __tcpv6_gso_segment_csum() local
119 const struct tcphdr *th; __tcpv6_gso_segment_list_csum() local
162 struct tcphdr *th; tcp6_gso_segment() local
171 struct tcphdr *th = tcp_hdr(skb); tcp6_gso_segment() local
182 struct tcphdr *th = tcp_hdr(skb); tcp6_gso_segment() local
[all...]
H A Dsyncookies.c94 const struct tcphdr *th, __u16 *mssp) in __cookie_v6_init_sequence()
113 const struct tcphdr *th = tcp_hdr(skb); in cookie_v6_init_sequence() local
118 int __cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th) in __cookie_v6_check()
176 const struct tcphdr *th = tcp_hdr(skb); in cookie_v6_check() local
H A Dtcp_ipv6.c382 const struct tcphdr *th = (struct tcphdr *)(skb->data+offset); in tcp_v6_err() local
697 const struct tcphdr *th, int nbytes) in tcp_v6_md5_hash_headers()
716 const struct tcphdr *th) in tcp_v6_md5_hash_hdr()
730 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_md5_hash_skb() local
830 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_send_response() local
974 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_send_reset() local
1259 const struct tcphdr *th = tcp_hdr(skb); local
1268 struct tcphdr *th, u32 *cookie)
1673 const struct tcphdr *th)
1702 const struct tcphdr *th; local
[all …]
/linux/drivers/macintosh/
H 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()
143 static void write_both_fan_speed(struct thermostat *th, int speed) in write_both_fan_speed()
150 static void write_fan_speed(struct thermostat *th, int speed, int fan) in write_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()
[all …]
/linux/net/ipv4/
H A Dtcp_offload.c38 struct tcphdr *th; in __tcpv4_gso_segment_csum() local
57 const struct tcphdr *th; in __tcpv4_gso_segment_list_csum() local
108 struct tcphdr *th in tcp4_gso_segment() local
119 struct tcphdr *th = tcp_hdr(skb); tcp4_gso_segment() local
138 struct tcphdr *th; tcp_gso_segment() local
265 tcp_gro_lookup(struct list_head * head,struct tcphdr * th) tcp_gro_lookup() argument
287 tcp_gro_receive(struct list_head * head,struct sk_buff * skb,struct tcphdr * th) tcp_gro_receive() argument
372 struct tcphdr *th = tcp_hdr(skb); tcp_gro_complete() local
391 tcp4_check_fraglist_gro(struct list_head * head,struct sk_buff * skb,struct tcphdr * th) tcp4_check_fraglist_gro() argument
422 struct tcphdr *th; tcp4_gro_receive() local
447 struct tcphdr *th = tcp_hdr(skb); tcp4_gro_complete() local
[all...]
H A Dsyncookies.c155 u32 __cookie_v4_init_sequence(const struct iphdr *iph, const struct tcphdr *th, in __cookie_v4_init_sequence()
175 const struct tcphdr *th = tcp_hdr(skb); in cookie_v4_init_sequence() local
184 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th) in __cookie_v4_check()
270 const struct tcphdr *th = tcp_hdr(skb); in cookie_tcp_reqsk_init() local
408 const struct tcphdr *th = tcp_hdr(skb); in cookie_v4_check() local
H A Dtcp_ipv4.c499 struct tcphdr *th = (struct tcphdr *)(skb->data + (iph->ihl << 2)); in tcp_v4_err() local
665 struct tcphdr *th = tcp_hdr(skb); in __tcp_v4_send_check() local
743 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_send_reset() local
745 struct tcphdr th; in tcp_v4_send_reset() member
938 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_send_ack() local
940 struct tcphdr th; in tcp_v4_send_ack() member
1573 const struct tcphdr *th, int nbytes)
1592 __be32 daddr, __be32 saddr, const struct tcphdr *th)
1606 const struct tcphdr *th = tcp_hdr(skb); local
1826 const struct tcphdr *th = tcp_hdr(skb); local
[all …]
H A Dtcp_ao.c419 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_ao_calc_key_skb() local
462 const struct tcphdr *th = tcp_hdr(skb); in tcp_ao_hash_pseudoheader() local
527 const struct tcphdr *th, in tcp_ao_hash_header()
564 const struct tcphdr *th, u32 sne) in tcp_ao_hash_hdr()
626 const struct tcphdr *th = tcp_hdr(skb); in tcp_ao_hash_skb() local
729 const struct tcphdr *th = tcp_hdr(skb); in tcp_ao_prepare_reset() local
810 struct tcp_ao_key *key, struct tcphdr *th, in tcp_ao_transmit_skb()
869 const struct tcphdr *th = tcp_hdr(skb); in tcp_ao_syncookie() local
906 const struct tcphdr *th = tcp_hdr(skb); in tcp_ao_verify_hash() local
947 const struct tcphdr *th = tcp_hdr(skb); in tcp_inbound_ao_hash() local
H A Dtcp_input.c501 const struct tcphdr *th = tcp_hdr(skb); in __tcp_accecn_process() local
4466 static bool smc_parse_options(const struct tcphdr *th, in smc_parse_options()
4487 u16 tcp_parse_mss_option(const struct tcphdr *th, u16 user_mss) in tcp_parse_mss_option()
4537 const struct tcphdr *th = tcp_hdr(skb); in tcp_parse_options() local
4669 static bool tcp_parse_aligned_timestamp(struct tcp_sock *tp, const struct tcphdr *th) in tcp_parse_aligned_timestamp()
4693 const struct tcphdr *th, struct tcp_sock *tp) in tcp_fast_parse_options()
4721 int tcp_do_parse_auth_options(const struct tcphdr *th, in tcp_do_parse_auth_options()
4815 const struct tcphdr *th = tcp_hdr(skb); in tcp_disordered_ack_check() local
4862 const struct tcphdr *th) in tcp_sequence()
6230 static void tcp_check_urg(struct sock *sk, const struct tcphdr *th) in tcp_check_urg()
[all …]
/linux/drivers/hwtracing/intel_th/
H 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
372 intel_th_device_alloc(struct intel_th *th, unsigned int type, const char *name, in intel_th_device_alloc()
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()
600 static void intel_th_request_hub_module_flush(struct intel_th *th) in intel_th_request_hub_module_flush()
605 static inline int intel_th_request_hub_module(struct intel_th *th) in intel_th_request_hub_module()
610 static inline void intel_th_request_hub_module_flush(struct intel_th *th) in intel_th_request_hub_module_flush()
[all …]
H 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/tools/lib/thermal/
H 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()
/linux/drivers/thermal/
H 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/
H A Dnf_synproxy_core.c29 synproxy_parse_options(const struct sk_buff * skb,unsigned int doff,const struct tcphdr * th,struct synproxy_options * opts) synproxy_parse_options() argument
115 synproxy_build_options(struct tcphdr * th,const struct synproxy_options * opts) synproxy_build_options() argument
186 synproxy_tstamp_adjust(struct sk_buff * skb,unsigned int protoff,struct tcphdr * th,struct nf_conn * ct,enum ip_conntrack_info ctinfo,const struct nf_conn_synproxy * synproxy) synproxy_tstamp_adjust() argument
448 synproxy_send_client_synack(struct net * net,const struct sk_buff * skb,const struct tcphdr * th,const struct synproxy_options * opts) synproxy_send_client_synack() argument
491 synproxy_send_server_syn(struct net * net,const struct sk_buff * skb,const struct tcphdr * th,const struct synproxy_options * opts,u32 recv_seq) synproxy_send_server_syn() argument
537 synproxy_send_server_ack(struct net * net,const struct ip_ct_tcp * state,const struct sk_buff * skb,const struct tcphdr * th,const struct synproxy_options * opts) synproxy_send_server_ack() argument
575 synproxy_send_client_ack(struct net * net,const struct sk_buff * skb,const struct tcphdr * th,const struct synproxy_options * opts) synproxy_send_client_ack() argument
614 synproxy_recv_client_ack(struct net * net,const struct sk_buff * skb,const struct tcphdr * th,struct synproxy_options * opts,u32 recv_seq) synproxy_recv_client_ack() argument
649 struct tcphdr *th, _th; ipv4_synproxy_hook() local
861 synproxy_send_client_synack_ipv6(struct net * net,const struct sk_buff * skb,const struct tcphdr * th,const struct synproxy_options * opts) synproxy_send_client_synack_ipv6() argument
905 synproxy_send_server_syn_ipv6(struct net * net,const struct sk_buff * skb,const struct tcphdr * th,const struct synproxy_options * opts,u32 recv_seq) synproxy_send_server_syn_ipv6() argument
951 synproxy_send_server_ack_ipv6(struct net * net,const struct ip_ct_tcp * state,const struct sk_buff * skb,const struct tcphdr * th,const struct synproxy_options * opts) synproxy_send_server_ack_ipv6() argument
990 synproxy_send_client_ack_ipv6(struct net * net,const struct sk_buff * skb,const struct tcphdr * th,const struct synproxy_options * opts) synproxy_send_client_ack_ipv6() argument
1031 synproxy_recv_client_ack_ipv6(struct net * net,const struct sk_buff * skb,const struct tcphdr * th,struct synproxy_options * opts,u32 recv_seq) synproxy_recv_client_ack_ipv6() argument
1066 struct tcphdr *th, _th; ipv6_synproxy_hook() local
[all...]
/linux/net/ceph/
H A Dauth_x.c153 struct ceph_x_ticket_handler *th; in get_ticket_handler() local
179 struct ceph_x_ticket_handler *th) in remove_ticket_handler()
198 struct ceph_x_ticket_handler *th; in process_one_ticket() local
394 struct ceph_x_ticket_handler *th, in ceph_x_build_authorizer()
465 static int ceph_x_encode_ticket(struct ceph_x_ticket_handler *th, in ceph_x_encode_ticket()
486 static bool need_key(struct ceph_x_ticket_handler *th) in need_key()
494 static bool have_key(struct ceph_x_ticket_handler *th) in have_key()
514 struct ceph_x_ticket_handler *th; in ceph_x_validate_tickets() local
543 struct ceph_x_ticket_handler *th = in ceph_x_build_request() local
667 struct ceph_x_ticket_handler *th; in handle_auth_session_key() local
[all …]
/linux/tools/testing/selftests/bpf/progs/
H 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
H A Dtest_tcp_hdr_options.c377 struct tcphdr *th; handle_write_hdr_opt() local
468 struct tcphdr *th; handle_passive_estab() local
534 struct tcphdr *th; handle_parse_hdr() local
[all...]
/linux/include/net/
H 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
/linux/tools/testing/selftests/net/lib/
H A Dcsum.c169 static uint16_t checksum(void *th, uint16_t proto, size_t len) in checksum() argument
258 struct tcphdr *th = _th; in build_packet_tcp() local
590 recv_verify_csum(void * th,int len,uint16_t sport,uint16_t csum_field) recv_verify_csum() argument
616 recv_verify_packet_tcp(void * th,int len) recv_verify_packet_tcp() argument
626 recv_verify_packet_udp_encap(void * th,int len) recv_verify_packet_udp_encap() argument
636 recv_verify_packet_udp(void * th,int len) recv_verify_packet_udp() argument
[all...]
/linux/net/netfilter/ipvs/
H A Dip_vs_app.c288 vs_fix_seq(const struct ip_vs_seq * vseq,struct tcphdr * th) vs_fix_seq() argument
315 vs_fix_ack_seq(const struct ip_vs_seq * vseq,struct tcphdr * th) vs_fix_ack_seq() argument
366 struct tcphdr *th; app_tcp_pkt_out() local
443 struct tcphdr *th; app_tcp_pkt_in() local
[all...]
H A Dip_vs_proto_tcp.c41 struct tcphdr _tcph, *th; in tcp_conn_schedule() local
490 static inline int tcp_state_idx(struct tcphdr *th) in tcp_state_idx()
505 int direction, struct tcphdr *th) in set_tcp_state()
584 struct tcphdr _tcph, *th; in tcp_state_transition() local
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dsharedbuffer_configuration.py36 def _get_static_size(self, th): argument
237 def dl_set(self, pool, th): argument
311 def dl_set(self, th): argument
/linux/include/linux/
H A Dnetfilter_ipv6.h165 const struct tcphdr *th, in nf_ipv6_cookie_init_sequence()
182 const struct tcphdr *th) in nf_cookie_v6_check()
/linux/drivers/spi/
H A Dspi-virtio.c88 static int virtio_spi_set_delays(struct spi_transfer_head *th, in virtio_spi_set_delays()
153 struct spi_transfer_head *th; in virtio_spi_transfer_one() local
/linux/drivers/net/slip/
H A Dslhc.c239 struct tcphdr *th, *oth; in slhc_compress() local
646 const struct tcphdr *th; in slhc_remember() local

12345