Home
last modified time | relevance | path

Searched refs:IPPROTO_RAW (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v6.6/tools/include/uapi/linux/
Din.h82 IPPROTO_RAW = 255, /* Raw IP packets */ enumerator
83 #define IPPROTO_RAW IPPROTO_RAW macro
/Linux-v6.6/include/uapi/linux/
Din.h82 IPPROTO_RAW = 255, /* Raw IP packets */ enumerator
83 #define IPPROTO_RAW IPPROTO_RAW macro
/Linux-v6.6/tools/testing/selftests/net/
Dtxtimestamp.c498 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()
Dmsg_zerocopy.c523 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()
Dip_defrag.c350 fd_tx_raw = socket(addr->sa_family, SOCK_RAW, IPPROTO_RAW); in run_test()
Dcsum.c908 fd = open_inet(SOCK_RAW, IPPROTO_RAW); in do_tx()
Dgro.c809 txfd = socket(PF_PACKET, SOCK_RAW, IPPROTO_RAW); in gro_sender()
Dnettest.c2082 args.protocol = IPPROTO_RAW; in main()
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dip_check_defrag.c166 .proto = IPPROTO_RAW, in test_bpf_ip_check_defrag_ok()
Dxdp_bonding.c220 s = socket(AF_PACKET, SOCK_RAW, IPPROTO_RAW); in send_udp_packets()
/Linux-v6.6/net/ipv4/
Draw_diag.c219 .idiag_type = IPPROTO_RAW,
Draw.c535 ipc.protocol = IPPROTO_RAW; in raw_sendmsg()
Daf_inet.c340 if (IPPROTO_RAW == protocol) in inet_create()
Dip_sockglue.c352 if (sk->sk_type != SOCK_RAW || inet_sk(sk)->inet_num == IPPROTO_RAW) in ip_ra_control()
Droute.c522 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/
Draw.c791 inet->inet_num != IPPROTO_RAW) in rawv6_sendmsg()
1163 if (inet_sk(sk)->inet_num == IPPROTO_RAW) in rawv6_close()
Daf_inet6.c207 if (IPPROTO_RAW == protocol) in inet6_create()
Dipv6_sockglue.c65 if (sk->sk_type != SOCK_RAW || inet_sk(sk)->inet_num != IPPROTO_RAW) in ip6_ra_control()
Dip6_output.c1534 sk->sk_protocol == IPPROTO_RAW)) { in __ip6_append_data()
/Linux-v6.6/net/netfilter/
Dnf_conntrack_proto.c59 net->ct.sysctl_log_invalid != IPPROTO_RAW) in nf_l4proto_log_invalid()
/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_flow_dissector.c405 fd = socket(family, SOCK_RAW, IPPROTO_RAW); in setup_tx()
/Linux-v6.6/drivers/net/ethernet/huawei/hinic/
Dhinic_tx.c390 l4_proto = IPPROTO_RAW; in offload_csum()
/Linux-v6.6/include/net/
Dxfrm.h2168 if (proto == IPPROTO_UDP || proto == IPPROTO_RAW) in xfrm6_local_dontfrag()
/Linux-v6.6/net/core/
Dsock.c3994 protocol != IPPROTO_RAW && in sock_load_diag_module()
/Linux-v6.6/drivers/net/ethernet/realtek/
Dr8169_main.c4155 ip_protocol = IPPROTO_RAW; in rtl8169_tso_csum_v2()

12