_htonl 51 samples/bpf/tc_l2_redirect_kern.c return (_htonl(0xffffff00) & daddr) == _htonl(0x0a0a0100); _htonl 53 samples/bpf/tc_l2_redirect_kern.c return (daddr == _htonl(0x2401face)); _htonl 87 samples/bpf/tc_l2_redirect_kern.c _htonl(iph->daddr)); _htonl 101 samples/bpf/tc_l2_redirect_kern.c _htonl(ip6h->daddr.s6_addr32[0]), _htonl 102 samples/bpf/tc_l2_redirect_kern.c _htonl(ip6h->daddr.s6_addr32[3])); _htonl 138 samples/bpf/tc_l2_redirect_kern.c bpf_trace_printk(fmt4, sizeof(fmt4), _htonl(daddr), *ifindex); _htonl 176 samples/bpf/tc_l2_redirect_kern.c bpf_trace_printk(fmt4, sizeof(fmt4), _htonl(iph->daddr), _htonl 189 samples/bpf/tc_l2_redirect_kern.c _htonl(ip6h->daddr.s6_addr32[0]), *ifindex); _htonl 197 samples/bpf/tc_l2_redirect_kern.c tkey.remote_ipv6[0] = _htonl(0x2401db02); _htonl 200 samples/bpf/tc_l2_redirect_kern.c tkey.remote_ipv6[3] = _htonl(0x00000066); _htonl 38 samples/bpf/tcbpf1_kern.c __u32 old_ip = _htonl(load_word(skb, IP_SRC_OFF));