Searched defs:th (Results 51 - 75 of 156) sorted by relevance

1234567

/linux-master/net/ipv4/netfilter/
H A Dnf_nat_h323.c33 const struct tcphdr *th; local
/linux-master/net/netfilter/ipvs/
H A Dip_vs_app.c288 static inline void vs_fix_seq(const struct ip_vs_seq *vseq, struct tcphdr *th) argument
315 vs_fix_ack_seq(const struct ip_vs_seq *vseq, struct tcphdr *th) argument
366 struct tcphdr *th; local
443 struct tcphdr *th; local
[all...]
H A Dip_vs_ftp.c68 struct tcphdr *th = (struct tcphdr *)((char *)skb->data + ipvsh->len); local
H A Dip_vs_proto_tcp.c41 struct tcphdr _tcph, *th; local
498 static inline int tcp_state_idx(struct tcphdr *th) argument
512 set_tcp_state(struct ip_vs_proto_data *pd, struct ip_vs_conn *cp, int direction, struct tcphdr *th) argument
592 struct tcphdr _tcph, *th; local
[all...]
/linux-master/net/netfilter/
H A Dxt_tcpudp.c71 const struct tcphdr *th; local
H A Dnf_conntrack_ftp.c375 const struct tcphdr *th; local
H A Dnf_nat_sip.c42 struct tcphdr *th; local
308 const struct tcphdr *th; local
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h96 static inline unsigned int tcp_hdrlen(const struct tcphdr *th) argument
/linux-master/net/ipv6/
H A Dtcp_ao.c57 const struct tcphdr *th = tcp_hdr(skb); local
H A Dsyncookies.c112 const struct tcphdr *th = tcp_hdr(skb); local
117 int __cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th) argument
92 __cookie_v6_init_sequence(const struct ipv6hdr *iph, const struct tcphdr *th, __u16 *mssp) argument
170 const struct tcphdr *th = tcp_hdr(skb); local
[all...]
/linux-master/security/apparmor/
H A Dmatch.c36 struct table_header th; local
[all...]
/linux-master/include/linux/
H A Dnetfilter_ipv6.h164 nf_ipv6_cookie_init_sequence(const struct ipv6hdr *iph, const struct tcphdr *th, u16 *mssp) argument
181 nf_cookie_v6_check(const struct ipv6hdr *iph, const struct tcphdr *th) argument
/linux-master/drivers/net/slip/
H A Dslhc.c239 struct tcphdr *th, *oth; local
[all...]
/linux-master/net/ipv4/
H A Dtcp_offload.c35 struct tcphdr *th; local
54 const struct tcphdr *th; local
109 struct tcphdr *th local
128 struct tcphdr *th; local
248 tcp_gro_lookup(struct list_head *head, struct tcphdr *th) argument
272 struct tcphdr *th; local
296 tcp_gro_receive(struct list_head *head, struct sk_buff *skb, struct tcphdr *th) argument
381 struct tcphdr *th = tcp_hdr(skb); local
399 tcp4_check_fraglist_gro(struct list_head *head, struct sk_buff *skb, struct tcphdr *th) argument
432 struct tcphdr *th; local
457 struct tcphdr *th = tcp_hdr(skb); local
[all...]
H A Dsyncookies.c154 u32 __cookie_v4_init_sequence(const struct iphdr *iph, const struct tcphdr *th, argument
174 const struct tcphdr *th = tcp_hdr(skb); local
183 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th) argument
269 const struct tcphdr *th = tcp_hdr(skb); local
401 const struct tcphdr *th = tcp_hdr(skb); local
[all...]
/linux-master/drivers/staging/rts5208/
H A Drtsx.c784 struct task_struct *th; local
[all...]
/linux-master/drivers/irqchip/
H A Dirq-riscv-aplic-direct.c164 u32 th = (en) ? APLIC_ENABLE_ITHRESHOLD : APLIC_DISABLE_ITHRESHOLD; local
/linux-master/net/tls/
H A Dtls_device_fallback.c176 struct tcphdr *th = tcp_hdr(skb); local
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c377 struct tcphdr *th; local
468 struct tcphdr *th; local
534 struct tcphdr *th; local
[all...]
H A Dtest_tc_dtime.c146 struct tcphdr *th; local
/linux-master/drivers/net/ethernet/netronome/nfp/crypto/
H A Dtls.c479 struct tcphdr *th; local
/linux-master/sound/soc/uniphier/
H A Daio-core.c1122 int aiodma_rb_set_threshold(struct uniphier_aio_sub *sub, u64 size, u32 th) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_icm_pool.c35 u64 th; member in struct:mlx5dr_icm_pool
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_tx.c102 static __be16 tcp_hdr_doff_flags(const struct tcphdr *th) argument
159 const struct tcphdr *th; local
/linux-master/drivers/macintosh/
H A Dtherm_adt746x.c96 write_reg(struct thermostat* th, int reg, u8 data) argument
112 read_reg(struct thermostat* th, int reg) argument
129 static int read_fan_speed(struct thermostat *th, u8 addr) argument
143 write_both_fan_speed(struct thermostat *th, int speed) argument
150 write_fan_speed(struct thermostat *th, int speed, int fan) argument
200 read_sensors(struct thermostat *th) argument
209 display_stats(struct thermostat *th) argument
228 update_fans_speed(struct thermostat *th) argument
285 struct thermostat* th = arg; local
311 set_limit(struct thermostat *th, int i) argument
416 thermostat_create_files(struct thermostat *th) argument
447 thermostat_remove_files(struct thermostat *th) argument
473 struct thermostat* th; local
570 struct thermostat *th = i2c_get_clientdata(client); local
[all...]

Completed in 388 milliseconds

1234567