Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_vlan.c76 pkt->vlan_outer = bpf_ntohs(vlan_hdr->h_vlan_TCI) in parse_eth_frame()
89 pkt->vlan_inner = bpf_ntohs(vlan_hdr->h_vlan_TCI) in parse_eth_frame()
95 pkt->l3_proto = bpf_ntohs(eth_type); /* Convert to host-byte-order */ in parse_eth_frame()
163 bpf_htons((bpf_ntohs(vlan_hdr->h_vlan_TCI) & 0xf000) in xdp_prognum1()
H A Dbpf_iter_tcp4.c95 destp = bpf_ntohs(inet->inet_dport); in dump_tcp_sock()
96 srcp = bpf_ntohs(inet->inet_sport); in dump_tcp_sock()
158 destp = bpf_ntohs(tw->tw_dport); in dump_tw_sock()
159 srcp = bpf_ntohs(tw->tw_sport); in dump_tw_sock()
187 bpf_ntohs(irsk->ir_rmt_port)); in dump_req_sock()
H A Dbpf_iter_tcp6.c95 destp = bpf_ntohs(inet->inet_dport); in dump_tcp6_sock()
96 srcp = bpf_ntohs(inet->inet_sport); in dump_tcp6_sock()
163 destp = bpf_ntohs(tw->tw_dport); in dump_tw_sock()
164 srcp = bpf_ntohs(tw->tw_sport); in dump_tw_sock()
203 bpf_ntohs(irsk->ir_rmt_port)); in dump_req_sock()
H A Dip_check_defrag.c27 offset = bpf_ntohs(iph->frag_off); in is_frag_v4()
94 switch (bpf_ntohs(skb->protocol)) { in defrag()
H A Dbpf_iter_udp4.c53 srcp = bpf_ntohs(inet->inet_sport); in dump_udp4()
54 destp = bpf_ntohs(inet->inet_dport); in dump_udp4()
H A Dbpf_iter_udp6.c55 srcp = bpf_ntohs(inet->inet_sport); in dump_udp6()
56 destp = bpf_ntohs(inet->inet_dport); in dump_udp6()
H A Dtest_tc_tunnel.c126 bpf_ntohs(iph6_inner.payload_len)); in __encap_ipv4()
186 h_outer.l4hdr.udp.len = bpf_htons(bpf_ntohs(iph_inner.tot_len) + in __encap_ipv4()
229 bpf_ntohs(h_outer.ip.tot_len)); in __encap_ipv4()
316 tot_len = bpf_ntohs(iph_inner.payload_len) + sizeof(iph_inner) + in __encap_ipv6()
358 bpf_ntohs(h_outer.ip.payload_len)); in __encap_ipv6()
631 switch (bpf_ntohs(greh.protocol)) { in decap_internal()
644 switch (bpf_ntohs(udph.dest)) { in decap_internal()
H A Dxdpwall.c198 info->sport = bpf_ntohs(tcp->source); in parse_tcp()
199 info->dport = bpf_ntohs(tcp->dest); in parse_tcp()
213 info->sport = bpf_ntohs(udp->source); in parse_udp()
214 info->dport = bpf_ntohs(udp->dest); in parse_udp()
H A Dtest_tc_neigh_fib.c43 fib_params->tot_len = bpf_ntohs(ip4h->tot_len); in fill_fib_params_v4()
71 fib_params->tot_len = bpf_ntohs(ip6h->payload_len); in fill_fib_params_v6()
H A Dxdping_kern.c78 if (bpf_ntohs(iph->tot_len) - sizeof(*iph) != ICMP_ECHO_LEN) in icmp_check()
141 seq = bpf_htons(bpf_ntohs(icmph->un.echo.sequence) + 1); in xdping_client()
H A Dbpf_iter_setsockopt.c54 bpf_ntohs(sk->sk_dport) != listen_hport)) in change_tcp_cc()
H A Dtest_xdp_loop.c100 payload_len = bpf_ntohs(iph->tot_len); in handle_ipv4()
196 ip6h->payload_len = bpf_htons(bpf_ntohs(payload_len) + sizeof(*ip6h)); in handle_ipv6()
H A Dtest_xdp.c104 payload_len = bpf_ntohs(iph->tot_len); in handle_ipv4()
200 ip6h->payload_len = bpf_htons(bpf_ntohs(payload_len) + sizeof(*ip6h)); in handle_ipv6()
H A Dtest_xdp_noinline.c326 __u32 ip_suffix = bpf_ntohs(pckt->flow.port16[0]); in encap_v4()
603 *pkt_bytes = bpf_ntohs(ip6h->payload_len); in process_l3_headers_v6()
634 *pkt_bytes = bpf_ntohs(iph->tot_len); in process_l3_headers_v4()
769 eth_proto = bpf_ntohs(eth->eth_proto); in balancer_ingress_v4()
788 eth_proto = bpf_ntohs(eth->eth_proto); in balancer_ingress_v6()
H A Dtest_tunnel_kern.c441 bpf_ntohs(key.tunnel_flags)); in vxlan_get_tunnel_src()
591 bpf_ntohs(key.tunnel_flags)); in ip6vxlan_get_tunnel_src()
860 if (bpf_ntohs(encap.dport) != 5555) in ipip_encap_get_tunnel()
864 key.remote_ipv4, bpf_ntohs(encap.sport), in ipip_encap_get_tunnel()
865 bpf_ntohs(encap.dport)); in ipip_encap_get_tunnel()
H A Dtest_migrate_reuseport.c55 switch (bpf_ntohs(eth->h_proto)) { in drop_ack()
H A Dtest_sock_fields.c144 if (sk->src_port == bpf_ntohs(srv_sa6.sin6_port)) { in egress_read_sock_fields()
232 sk->src_port != bpf_ntohs(srv_sa6.sin6_port)) in ingress_read_sock_fields()
H A Dtest_xdp_dynptr.c114 payload_len = bpf_ntohs(iph->tot_len); in handle_ipv4()
219 ip6h->payload_len = bpf_htons(bpf_ntohs(payload_len) + ipv6hdr_sz); in handle_ipv6()
H A Dtest_tcp_check_syncookie_kern.c64 switch (bpf_ntohs(ethh->h_proto)) { in check_syncookie()
H A Dtest_l4lb_noinline.c354 pkt_bytes = bpf_ntohs(ip6h->payload_len); in process_packet()
376 pkt_bytes = bpf_ntohs(iph->tot_len); in process_packet()
/openbmc/linux/samples/bpf/
H A Dnet_shared.h24 #define bpf_ntohs(x) __builtin_bswap16(x) macro
28 #define bpf_ntohs(x) (x) macro
H A Dxdp_router_ipv4.bpf.c104 switch (bpf_ntohs(h_proto)) { in xdp_router_ipv4_prog()
/openbmc/linux/tools/testing/selftests/net/
H A Dnat6to4.c77 if (bpf_ntohs(ip6->payload_len) > 0xFFFF - sizeof(struct iphdr)) in sched_cls_ingress6_nat_6_prog()
98 .tot_len = bpf_htons(bpf_ntohs(ip6->payload_len) + sizeof(struct iphdr)), // u16 in sched_cls_ingress6_nat_6_prog()
196 if (bpf_ntohs(ip4->tot_len) < sizeof(*ip4)) in sched_cls_egress4_snat4_prog()
233 .payload_len = bpf_htons(bpf_ntohs(ip4->tot_len) - 20), // __be16 in sched_cls_egress4_snat4_prog()
/openbmc/linux/tools/lib/bpf/
H A Dbpf_endian.h83 #define bpf_ntohs(x) \ macro
/openbmc/qemu/tools/ebpf/
H A Drss.bpf.c273 switch (bpf_ntohs(ret)) { in parse_eth_type()
302 __u16 l3_protocol = bpf_ntohs(parse_eth_type(skb)); in parse_packet()

12