| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | in.h | 79 IPPROTO_RAW = 255, /* Raw IP packets */ enumerator 80 #define IPPROTO_RAW IPPROTO_RAW macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | in.h | 77 IPPROTO_RAW = 255, /* Raw IP packets */ enumerator 78 #define IPPROTO_RAW IPPROTO_RAW macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | in.h | 77 IPPROTO_RAW = 255, /* Raw IP packets */ enumerator 78 #define IPPROTO_RAW IPPROTO_RAW macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | in.h | 79 IPPROTO_RAW = 255, /* Raw IP packets */ enumerator 80 #define IPPROTO_RAW IPPROTO_RAW macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/netinet/ |
| H A D | in.h | 92 IPPROTO_RAW = 255, /* Raw IP packets. */ enumerator 93 #define IPPROTO_RAW IPPROTO_RAW macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/netinet/ |
| H A D | in.h | 92 IPPROTO_RAW = 255, /* Raw IP packets. */ enumerator 93 #define IPPROTO_RAW IPPROTO_RAW macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A 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()
|
| H A 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()
|
| H A D | ip_defrag.c | 350 fd_tx_raw = socket(addr->sa_family, SOCK_RAW, IPPROTO_RAW); in run_test()
|
| H A D | nettest.c | 1671 args.protocol = IPPROTO_RAW; in main()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | raw_diag.c | 221 .idiag_type = IPPROTO_RAW,
|
| H A D | raw.c | 629 hdrincl ? IPPROTO_RAW : sk->sk_protocol, in raw_sendmsg()
|
| H A D | ip_sockglue.c | 343 if (sk->sk_type != SOCK_RAW || inet_sk(sk)->inet_num == IPPROTO_RAW) in ip_ra_control()
|
| H A D | af_inet.c | 337 if (IPPROTO_RAW == protocol) in inet_create()
|
| H A D | route.c | 553 prot = inet->hdrincl ? IPPROTO_RAW : sk->sk_protocol; in __build_flow_key() 587 inet->hdrincl ? IPPROTO_RAW : sk->sk_protocol, in build_sk_flow_key()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_flow_dissector.c | 405 fd = socket(family, SOCK_RAW, IPPROTO_RAW); in setup_tx()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_proto.c | 60 net->ct.sysctl_log_invalid != IPPROTO_RAW) in nf_l4proto_log_invalid()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_tx.c | 388 l4_proto = IPPROTO_RAW; in offload_csum()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | af_inet6.c | 198 if (IPPROTO_RAW == protocol) in inet6_create()
|
| H A D | ipv6_sockglue.c | 63 if (sk->sk_type != SOCK_RAW || inet_sk(sk)->inet_num != IPPROTO_RAW) in ip6_ra_control()
|
| H A D | raw.c | 1199 if (inet_sk(sk)->inet_num == IPPROTO_RAW) in rawv6_close()
|
| H A D | ip6_output.c | 1522 sk->sk_protocol == IPPROTO_RAW)) { in __ip6_append_data()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | xfrm.h | 2040 if (proto == IPPROTO_UDP || proto == IPPROTO_RAW) in xfrm6_local_dontfrag()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | sock.c | 3573 protocol != IPPROTO_RAW && in sock_load_diag_module()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 4220 ip_protocol = IPPROTO_RAW; in rtl8169_tso_csum_v2()
|