Home
last modified time | relevance | path

Searched refs:bpf_ntohl (Results 1 – 7 of 7) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dtest_tunnel_kern.c198 index = bpf_ntohl(md.u.index); in _erspan_get_tunnel()
206 bpf_ntohl(md.u.md2.timestamp)); in _erspan_get_tunnel()
284 index = bpf_ntohl(md.u.index); in _ip4ip6erspan_get_tunnel()
292 bpf_ntohl(md.u.md2.timestamp)); in _ip4ip6erspan_get_tunnel()
676 bpf_trace_printk(fmt, sizeof(fmt), x.reqid, bpf_ntohl(x.spi), in _xfrm_get_state()
677 bpf_ntohl(x.remote_ipv4)); in _xfrm_get_state()
Dtest_tcpnotify_kern.c41 if (bpf_ntohl(skops->remote_port) != TESTPORT) { in bpf_testcb()
Dtest_btf_skc_cls_ingress.c64 recv_cookie = bpf_ntohl(th->ack_seq) - 1; in test_syncookie_helper()
Dtest_tcp_check_syncookie_kern.c142 __u32 cookie = bpf_ntohl(tcph->ack_seq) - 1; in check_syncookie()
Dtest_sockmap_kern.h216 if (bpf_ntohl(rport) == 10001) { in bpf_sockmap()
/tools/testing/selftests/bpf/
Dtest_sysctl.c696 bpf_ntohl(0x36303600), 2),
785 bpf_ntohl(0x36300000), 2),
808 bpf_ntohl(0x36303000)),
877 bpf_ntohl(0x36303000)),
991 bpf_ntohl(0x36303000)),
1024 bpf_ntohl(0x30373700)),
1068 bpf_ntohl(0x36303000)),
1109 bpf_ntohl(0x0d0c0a09)),
1151 bpf_ntohl(0x0a2d3600)),
1193 bpf_ntohl(0x0a2d3600)),
[all …]
/tools/lib/bpf/
Dbpf_endian.h89 #define bpf_ntohl(x) \ macro