/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | in.h | 61 IPPROTO_RAW = 255, enumerator 62 #define IPPROTO_RAW IPPROTO_RAW macro
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
D | in.h | 79 IPPROTO_RAW = 255, /* Raw IP packets */ enumerator 80 #define IPPROTO_RAW IPPROTO_RAW macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | in.h | 79 IPPROTO_RAW = 255, /* Raw IP packets */ enumerator 80 #define IPPROTO_RAW IPPROTO_RAW macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | in.h | 77 IPPROTO_RAW = 255, enumerator 78 #define IPPROTO_RAW IPPROTO_RAW macro
|
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/ |
D | in.h | 91 #define IPPROTO_RAW 255 macro
|
/kernel/linux/linux-5.10/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 | nettest.c | 1671 args.protocol = IPPROTO_RAW; in main()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | raw_diag.c | 221 .idiag_type = IPPROTO_RAW,
|
D | raw.c | 629 hdrincl ? IPPROTO_RAW : sk->sk_protocol, in raw_sendmsg()
|
D | ip_sockglue.c | 343 if (sk->sk_type != SOCK_RAW || inet_sk(sk)->inet_num == IPPROTO_RAW) in ip_ra_control()
|
D | af_inet.c | 337 if (IPPROTO_RAW == protocol) in inet_create()
|
D | route.c | 544 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/ |
D | test_flow_dissector.c | 405 fd = socket(family, SOCK_RAW, IPPROTO_RAW); in setup_tx()
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nf_conntrack_proto.c | 60 net->ct.sysctl_log_invalid != IPPROTO_RAW) in nf_l4proto_log_invalid()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
D | hinic_tx.c | 390 l4_proto = IPPROTO_RAW; in offload_csum()
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | af_inet6.c | 198 if (IPPROTO_RAW == protocol) in inet6_create()
|
D | raw.c | 1203 if (inet_sk(sk)->inet_num == IPPROTO_RAW) in rawv6_close()
|
D | ipv6_sockglue.c | 63 if (sk->sk_type != SOCK_RAW || inet_sk(sk)->inet_num != IPPROTO_RAW) in ip6_ra_control()
|
D | ip6_output.c | 1515 sk->sk_protocol == IPPROTO_RAW)) { in __ip6_append_data()
|
/kernel/linux/linux-5.10/include/net/ |
D | xfrm.h | 2047 if (proto == IPPROTO_UDP || proto == IPPROTO_RAW) in xfrm6_local_dontfrag()
|
/kernel/linux/linux-5.10/net/core/ |
D | sock.c | 3570 protocol != IPPROTO_RAW && in sock_load_diag_module()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/ |
D | r8169_main.c | 4220 ip_protocol = IPPROTO_RAW; in rtl8169_tso_csum_v2()
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
D | r8152.c | 2040 ip_protocol = IPPROTO_RAW; in r8152_tx_csum()
|