Searched refs:check (Results 1 – 8 of 8) sorted by relevance
12 $(MAKE) -C ../.. samples/check-exec/15 $(MAKE) -C ../.. M=samples/check-exec/ clean
36 u32 check = (__force u32)iph->check; in ip_decrease_ttl() local38 check += (__force u32)htons(0x0100); in ip_decrease_ttl()39 iph->check = (__force __sum16)(check + (check >= 0xFFFF)); in ip_decrease_ttl()
21 #define IP_CSUM_OFF (ETH_HLEN + offsetof(struct iphdr, check))32 #define TCP_CSUM_OFF (ETH_HLEN + sizeof(struct iphdr) + offsetof(struct tcphdr, check))
76 #define IP_CSUM_OFF offsetof(struct iphdr, check)80 #define TCP_CSUM_OFF offsetof(struct tcphdr, check)81 #define UDP_CSUM_OFF offsetof(struct udphdr, check)
112 iph->check = 0; in send_icmp4_too_big()115 iph->check = csum; in send_icmp4_too_big()
133 iph->check = 0; in handle_ipv4()145 iph->check = ~((csum & 0xffff) + (csum >> 16)); in handle_ipv4()
6 subdir-$(CONFIG_SAMPLE_CHECK_EXEC) += check-exec
82 5. In the Linux guest VM, check the serial ports::
Completed in 12 milliseconds