| /linux/tools/include/uapi/linux/ |
| H A D | kcmp.h | 25 __u32 toff; /* target offset within same numbered sequence */ member
|
| /linux/include/uapi/linux/ |
| H A D | kcmp.h | 25 __u32 toff; /* target offset within same numbered sequence */ member
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_core.c | 926 struct ip_vs_conn *cp, int inout, unsigned int toff, in ip_vs_nat_icmp() argument 930 struct icmphdr *icmph = (struct icmphdr *)(skb->data + toff); in ip_vs_nat_icmp() 962 icmph->checksum = ip_vs_checksum_complete(skb, toff); in ip_vs_nat_icmp() 976 struct ip_vs_conn *cp, int inout, unsigned int toff, in ip_vs_nat_icmp_v6() argument 983 icmph = (struct icmp6hdr *)(skb->data + toff); in ip_vs_nat_icmp_v6() 1009 skb->len - toff, in ip_vs_nat_icmp_v6() 1011 skb->csum_start = skb_headroom(skb) + toff; in ip_vs_nat_icmp_v6() 1032 unsigned int toff, unsigned int hooknum) in handle_response_icmp() argument 1043 if (!ip_vs_checksum_common_check(skb, toff, iproto, af)) { in handle_response_icmp() 1060 ip_vs_nat_icmp_v6(skb, pp, cp, 1, toff, has_ports, ciph); in handle_response_icmp() [all …]
|
| H A D | ip_vs_xmit.c | 1505 struct ip_vs_protocol *pp, unsigned int toff, in ip_vs_icmp_xmit() argument 1583 if (!ip_vs_nat_icmp(skb, pp, cp, 0, toff, has_ports, ciph)) in ip_vs_icmp_xmit() 1600 struct ip_vs_protocol *pp, unsigned int toff, in ip_vs_icmp_xmit_v6() argument 1677 ip_vs_nat_icmp_v6(skb, pp, cp, 0, toff, has_ports, ciph); in ip_vs_icmp_xmit_v6()
|
| /linux/tools/testing/selftests/kcmp/ |
| H A D | kcmp_test.c | 144 .toff = 0, in main()
|
| /linux/drivers/leds/rgb/ |
| H A D | leds-mt6370-rgb.c | 273 unsigned int toff) in mt6370_set_led_duty() argument 280 ratio = ton * divisor / (ton + toff); in mt6370_set_led_duty() 301 unsigned int toff) in mt6370_set_led_freq() argument 308 tsum = ton + toff; in mt6370_set_led_freq()
|
| /linux/fs/ |
| H A D | eventpoll.c | 2896 static struct epitem *ep_find_tfd(struct eventpoll *ep, int tfd, unsigned long toff) in ep_find_tfd() argument 2904 if (toff == 0) in ep_find_tfd() 2907 toff--; in ep_find_tfd() 2916 unsigned long toff) in get_epoll_tfile_raw_ptr() argument 2928 epi = ep_find_tfd(ep, tfd, toff); in get_epoll_tfile_raw_ptr()
|
| /linux/include/net/ |
| H A D | ip_vs.h | 1985 struct ip_vs_protocol *pp, unsigned int toff, 1999 struct ip_vs_protocol *pp, unsigned int toff, 2072 struct ip_vs_conn *cp, int dir, unsigned int toff, 2077 struct ip_vs_conn *cp, int dir, unsigned int toff,
|
| /linux/net/sched/ |
| H A D | cls_u32.c | 161 int toff = off + key->off + (off2 & key->offmask); in u32_classify() local 164 data = skb_header_pointer_careful(skb, toff, 4, in u32_classify()
|