Searched refs:IPPROTO_RAW (Results 1 – 12 of 12) sorted by relevance
| /tools/include/uapi/linux/ |
| A D | in.h | 84 IPPROTO_RAW = 255, /* Raw IP packets */ enumerator 85 #define IPPROTO_RAW IPPROTO_RAW macro
|
| /tools/testing/selftests/net/tcp_ao/ |
| A D | icmps-discard.c | 182 int sk = socket(AF_INET, SOCK_RAW, IPPROTO_RAW); in icmp_interfere4() 296 int sk = socket(AF_INET6, SOCK_RAW, IPPROTO_RAW); in icmp6_interfere() 333 dst_raw.sin6_port = htons(IPPROTO_RAW); in icmp6_interfere()
|
| /tools/testing/selftests/net/ |
| A D | msg_zerocopy.c | 530 if (domain == PF_PACKET || protocol == IPPROTO_RAW) { in do_tx() 590 if (type == SOCK_RAW && protocol == IPPROTO_RAW) in do_setup_rx() 816 do_test(cfg_family, SOCK_RAW, IPPROTO_RAW); in main()
|
| A D | txtimestamp.c | 506 if (cfg_use_pf_packet || cfg_ipproto == IPPROTO_RAW) { in do_test() 592 if (cfg_use_pf_packet || cfg_ipproto == IPPROTO_RAW) { in do_test() 788 cfg_ipproto = IPPROTO_RAW; in parse_opt()
|
| A D | ip_defrag.c | 350 fd_tx_raw = socket(addr->sa_family, SOCK_RAW, IPPROTO_RAW); in run_test()
|
| A D | gro.c | 976 txfd = socket(PF_PACKET, SOCK_RAW, IPPROTO_RAW); in gro_sender()
|
| A D | nettest.c | 2083 args.protocol = IPPROTO_RAW; in main()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | ip_check_defrag.c | 167 .proto = IPPROTO_RAW, in test_bpf_ip_check_defrag_ok()
|
| A D | xdp_context_test_run.c | 136 sock = socket(AF_PACKET, SOCK_RAW, IPPROTO_RAW); in send_test_packet()
|
| A D | xdp_bonding.c | 220 s = socket(AF_PACKET, SOCK_RAW, IPPROTO_RAW); in send_udp_packets()
|
| A D | flow_dissector_classification.c | 340 fd = socket(family, SOCK_RAW, IPPROTO_RAW); in setup_tx()
|
| /tools/testing/selftests/net/lib/ |
| A D | csum.c | 930 fd = open_inet(SOCK_RAW, IPPROTO_RAW); in do_tx()
|
Completed in 27 milliseconds