Home
last modified time | relevance | path

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

/linux/samples/bpf/
A Dtcp_rwnd_kern.c33 if (bpf_ntohl(skops->remote_port) != in bpf_rwnd()
54 (bpf_ntohl(skops->local_ip6[1]) & 0xfffff000) != in bpf_rwnd()
55 (bpf_ntohl(skops->remote_ip6[1]) & 0xfffff000)) in bpf_rwnd()
A Dtcp_synrto_kern.c33 if (bpf_ntohl(skops->remote_port) != 55601 && in bpf_synrto()
54 (bpf_ntohl(skops->local_ip6[1]) & 0xfff00000) == in bpf_synrto()
55 (bpf_ntohl(skops->remote_ip6[1]) & 0xfff00000)) in bpf_synrto()
A Dtcp_cong_kern.c34 if (bpf_ntohl(skops->remote_port) != 55601 && in bpf_cong()
52 (bpf_ntohl(skops->local_ip6[1]) & 0xfff00000) == in bpf_cong()
53 (bpf_ntohl(skops->remote_ip6[1]) & 0xfff00000)) { in bpf_cong()
A Dtcp_clamp_kern.c37 if (bpf_ntohl(skops->remote_port) != 55601 && skops->local_port != 55601) { in bpf_clamp()
54 (bpf_ntohl(skops->local_ip6[1]) & 0xfff00000) == in bpf_clamp()
55 (bpf_ntohl(skops->remote_ip6[1]) & 0xfff00000)) { in bpf_clamp()
A Dtcp_basertt_kern.c44 (bpf_ntohl(skops->local_ip6[1]) & 0xfff00000) == in bpf_basertt()
45 (bpf_ntohl(skops->remote_ip6[1]) & 0xfff00000)) { in bpf_basertt()
A Dtcp_bufs_kern.c36 if (bpf_ntohl(skops->remote_port) != 55601 && in bpf_bufs()
A Dtcp_iw_kern.c37 if (bpf_ntohl(skops->remote_port) != 55601 && in bpf_iw()
/linux/tools/testing/selftests/bpf/
A 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 …]
/linux/tools/testing/selftests/bpf/progs/
A Dtest_tunnel_kern.c196 index = bpf_ntohl(md.u.index); in _erspan_get_tunnel()
204 bpf_ntohl(md.u.md2.timestamp)); in _erspan_get_tunnel()
282 index = bpf_ntohl(md.u.index); in _ip4ip6erspan_get_tunnel()
290 bpf_ntohl(md.u.md2.timestamp)); in _ip4ip6erspan_get_tunnel()
674 bpf_trace_printk(fmt, sizeof(fmt), x.reqid, bpf_ntohl(x.spi), in _xfrm_get_state()
675 bpf_ntohl(x.remote_ipv4)); in _xfrm_get_state()
A Dtest_tcpnotify_kern.c39 if (bpf_ntohl(skops->remote_port) != TESTPORT) { in bpf_testcb()
A Dtest_btf_skc_cls_ingress.c64 recv_cookie = bpf_ntohl(th->ack_seq) - 1; in test_syncookie_helper()
A Dtest_tcp_check_syncookie_kern.c142 __u32 cookie = bpf_ntohl(tcph->ack_seq) - 1; in check_syncookie()
A Dtest_sockmap_kern.h216 if (bpf_ntohl(rport) == 10001) { in bpf_sockmap()
/linux/tools/lib/bpf/
A Dbpf_endian.h89 #define bpf_ntohl(x) \ macro

Completed in 17 milliseconds