Home
last modified time | relevance | path

Searched refs:toff (Results 1 – 9 of 9) sorted by relevance

/linux/tools/include/uapi/linux/
H A Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/linux/include/uapi/linux/
H A Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/linux/net/netfilter/ipvs/
H A Dip_vs_core.c926 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 Dip_vs_xmit.c1505 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 Dkcmp_test.c144 .toff = 0, in main()
/linux/drivers/leds/rgb/
H A Dleds-mt6370-rgb.c273 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 Deventpoll.c2896 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 Dip_vs.h1985 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 Dcls_u32.c161 int toff = off + key->off + (off2 & key->offmask); in u32_classify() local
164 data = skb_header_pointer_careful(skb, toff, 4, in u32_classify()