Home
last modified time | relevance | path

Searched refs:bpf_ntohs (Results 1 – 2 of 2) sorted by relevance

/samples/bpf/
A Dnet_shared.h24 #define bpf_ntohs(x) __builtin_bswap16(x) macro
28 #define bpf_ntohs(x) (x) macro
A Dxdp_router_ipv4.bpf.c104 switch (bpf_ntohs(h_proto)) { in xdp_router_ipv4_prog()

Completed in 4 milliseconds