Home
last modified time | relevance | path

Searched refs:check (Results 1 – 8 of 8) sorted by relevance

/samples/check-exec/
A DMakefile12 $(MAKE) -C ../.. samples/check-exec/
15 $(MAKE) -C ../.. M=samples/check-exec/ clean
/samples/bpf/
A Dxdp_fwd_kern.c36 u32 check = (__force u32)iph->check; in ip_decrease_ttl() local
38 check += (__force u32)htons(0x0100); in ip_decrease_ttl()
39 iph->check = (__force __sum16)(check + (check >= 0xFFFF)); in ip_decrease_ttl()
A Dtcbpf1_kern.c21 #define IP_CSUM_OFF (ETH_HLEN + offsetof(struct iphdr, check))
32 #define TCP_CSUM_OFF (ETH_HLEN + sizeof(struct iphdr) + offsetof(struct tcphdr, check))
A Dtest_lwt_bpf.c76 #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)
A Dxdp_adjust_tail_kern.c112 iph->check = 0; in send_icmp4_too_big()
115 iph->check = csum; in send_icmp4_too_big()
A Dxdp_tx_iptunnel_kern.c133 iph->check = 0; in handle_ipv4()
145 iph->check = ~((csum & 0xffff) + (csum >> 16)); in handle_ipv4()
/samples/
A DMakefile6 subdir-$(CONFIG_SAMPLE_CHECK_EXEC) += check-exec
/samples/vfio-mdev/
A DREADME.rst82 5. In the Linux guest VM, check the serial ports::

Completed in 8 milliseconds