Searched refs:IPPROTO_RAW (Results 1 – 25 of 26) sorted by relevance
12
| /Linux-v6.6/tools/include/uapi/linux/ |
| D | in.h | 82 IPPROTO_RAW = 255, /* Raw IP packets */ enumerator 83 #define IPPROTO_RAW IPPROTO_RAW macro
|
| /Linux-v6.6/include/uapi/linux/ |
| D | in.h | 82 IPPROTO_RAW = 255, /* Raw IP packets */ enumerator 83 #define IPPROTO_RAW IPPROTO_RAW macro
|
| /Linux-v6.6/tools/testing/selftests/net/ |
| D | txtimestamp.c | 498 if (cfg_use_pf_packet || cfg_ipproto == IPPROTO_RAW) { in do_test() 584 if (cfg_use_pf_packet || cfg_ipproto == IPPROTO_RAW) { in do_test() 761 cfg_ipproto = IPPROTO_RAW; in parse_opt()
|
| D | msg_zerocopy.c | 523 if (domain == PF_PACKET || protocol == IPPROTO_RAW) { in do_tx() 580 if (type == SOCK_RAW && protocol == IPPROTO_RAW) in do_setup_rx() 800 do_test(cfg_family, SOCK_RAW, IPPROTO_RAW); in main()
|
| D | ip_defrag.c | 350 fd_tx_raw = socket(addr->sa_family, SOCK_RAW, IPPROTO_RAW); in run_test()
|
| D | csum.c | 908 fd = open_inet(SOCK_RAW, IPPROTO_RAW); in do_tx()
|
| D | gro.c | 809 txfd = socket(PF_PACKET, SOCK_RAW, IPPROTO_RAW); in gro_sender()
|
| D | nettest.c | 2082 args.protocol = IPPROTO_RAW; in main()
|
| /Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | ip_check_defrag.c | 166 .proto = IPPROTO_RAW, in test_bpf_ip_check_defrag_ok()
|
| D | xdp_bonding.c | 220 s = socket(AF_PACKET, SOCK_RAW, IPPROTO_RAW); in send_udp_packets()
|
| /Linux-v6.6/net/ipv4/ |
| D | raw_diag.c | 219 .idiag_type = IPPROTO_RAW,
|
| D | raw.c | 535 ipc.protocol = IPPROTO_RAW; in raw_sendmsg()
|
| D | af_inet.c | 340 if (IPPROTO_RAW == protocol) in inet_create()
|
| D | ip_sockglue.c | 352 if (sk->sk_type != SOCK_RAW || inet_sk(sk)->inet_num == IPPROTO_RAW) in ip_ra_control()
|
| D | route.c | 522 prot = inet_test_bit(HDRINCL, sk) ? IPPROTO_RAW : in __build_flow_key() 558 IPPROTO_RAW : sk->sk_protocol, in build_sk_flow_key()
|
| /Linux-v6.6/net/ipv6/ |
| D | raw.c | 791 inet->inet_num != IPPROTO_RAW) in rawv6_sendmsg() 1163 if (inet_sk(sk)->inet_num == IPPROTO_RAW) in rawv6_close()
|
| D | af_inet6.c | 207 if (IPPROTO_RAW == protocol) in inet6_create()
|
| D | ipv6_sockglue.c | 65 if (sk->sk_type != SOCK_RAW || inet_sk(sk)->inet_num != IPPROTO_RAW) in ip6_ra_control()
|
| D | ip6_output.c | 1534 sk->sk_protocol == IPPROTO_RAW)) { in __ip6_append_data()
|
| /Linux-v6.6/net/netfilter/ |
| D | nf_conntrack_proto.c | 59 net->ct.sysctl_log_invalid != IPPROTO_RAW) in nf_l4proto_log_invalid()
|
| /Linux-v6.6/tools/testing/selftests/bpf/ |
| D | test_flow_dissector.c | 405 fd = socket(family, SOCK_RAW, IPPROTO_RAW); in setup_tx()
|
| /Linux-v6.6/drivers/net/ethernet/huawei/hinic/ |
| D | hinic_tx.c | 390 l4_proto = IPPROTO_RAW; in offload_csum()
|
| /Linux-v6.6/include/net/ |
| D | xfrm.h | 2168 if (proto == IPPROTO_UDP || proto == IPPROTO_RAW) in xfrm6_local_dontfrag()
|
| /Linux-v6.6/net/core/ |
| D | sock.c | 3994 protocol != IPPROTO_RAW && in sock_load_diag_module()
|
| /Linux-v6.6/drivers/net/ethernet/realtek/ |
| D | r8169_main.c | 4155 ip_protocol = IPPROTO_RAW; in rtl8169_tso_csum_v2()
|
12