Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Din.h61 IPPROTO_RAW = 255, enumerator
62 #define IPPROTO_RAW IPPROTO_RAW macro
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Din.h79 IPPROTO_RAW = 255, /* Raw IP packets */ enumerator
80 #define IPPROTO_RAW IPPROTO_RAW macro
/kernel/linux/linux-5.10/include/uapi/linux/
Din.h79 IPPROTO_RAW = 255, /* Raw IP packets */ enumerator
80 #define IPPROTO_RAW IPPROTO_RAW macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Din.h77 IPPROTO_RAW = 255, enumerator
78 #define IPPROTO_RAW IPPROTO_RAW macro
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/
Din.h91 #define IPPROTO_RAW 255 macro
/kernel/linux/linux-5.10/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()
Dnettest.c1671 args.protocol = IPPROTO_RAW; in main()
/kernel/linux/linux-5.10/net/ipv4/
Draw_diag.c221 .idiag_type = IPPROTO_RAW,
Draw.c629 hdrincl ? IPPROTO_RAW : sk->sk_protocol, in raw_sendmsg()
Dip_sockglue.c343 if (sk->sk_type != SOCK_RAW || inet_sk(sk)->inet_num == IPPROTO_RAW) in ip_ra_control()
Daf_inet.c337 if (IPPROTO_RAW == protocol) in inet_create()
Droute.c544 prot = inet->hdrincl ? IPPROTO_RAW : sk->sk_protocol; in __build_flow_key()
578 inet->hdrincl ? IPPROTO_RAW : sk->sk_protocol, in build_sk_flow_key()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_flow_dissector.c405 fd = socket(family, SOCK_RAW, IPPROTO_RAW); in setup_tx()
/kernel/linux/linux-5.10/net/netfilter/
Dnf_conntrack_proto.c60 net->ct.sysctl_log_invalid != IPPROTO_RAW) in nf_l4proto_log_invalid()
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_tx.c390 l4_proto = IPPROTO_RAW; in offload_csum()
/kernel/linux/linux-5.10/net/ipv6/
Daf_inet6.c198 if (IPPROTO_RAW == protocol) in inet6_create()
Draw.c1203 if (inet_sk(sk)->inet_num == IPPROTO_RAW) in rawv6_close()
Dipv6_sockglue.c63 if (sk->sk_type != SOCK_RAW || inet_sk(sk)->inet_num != IPPROTO_RAW) in ip6_ra_control()
Dip6_output.c1515 sk->sk_protocol == IPPROTO_RAW)) { in __ip6_append_data()
/kernel/linux/linux-5.10/include/net/
Dxfrm.h2047 if (proto == IPPROTO_UDP || proto == IPPROTO_RAW) in xfrm6_local_dontfrag()
/kernel/linux/linux-5.10/net/core/
Dsock.c3570 protocol != IPPROTO_RAW && in sock_load_diag_module()
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
Dr8169_main.c4220 ip_protocol = IPPROTO_RAW; in rtl8169_tso_csum_v2()
/kernel/linux/linux-5.10/drivers/net/usb/
Dr8152.c2040 ip_protocol = IPPROTO_RAW; in r8152_tx_csum()