/net/can/ |
D | Makefile | 8 obj-$(CONFIG_CAN_RAW) += can-raw.o 9 can-raw-y := raw.o
|
D | Kconfig | 22 tristate "Raw CAN Protocol (raw access with CAN-ID filtering)" 25 The raw CAN protocol option offers access to the CAN bus via 26 the BSD socket API. You probably want to use the raw socket in 27 most cases where no higher level protocol is being used. The raw 29 To receive/send raw CAN messages, use AF_CAN with protocol CAN_RAW.
|
/net/ipv6/ |
D | ip6_input.c | 208 bool raw; in ip6_input_finish() local 222 raw = raw6_local_deliver(skb, nexthdr); in ip6_input_finish() 253 if (!raw) { in ip6_input_finish()
|
D | ah6.c | 261 char *raw; in ipv6_clear_mutable_options() member 263 char *end = exthdr.raw + len; in ipv6_clear_mutable_options() 268 while (exthdr.raw < end) { in ipv6_clear_mutable_options() 292 exthdr.raw += ipv6_optlen(exthdr.opth); in ipv6_clear_mutable_options()
|
D | Makefile | 10 raw.o icmp.o mcast.o reassembly.o tcp_ipv6.o ping.o \
|
D | ip6_tunnel.c | 408 __u16 ip6_tnl_parse_tlv_enc_lim(struct sk_buff *skb, __u8 *raw) in ip6_tnl_parse_tlv_enc_lim() argument 410 const struct ipv6hdr *ipv6h = (const struct ipv6hdr *)raw; in ip6_tnl_parse_tlv_enc_lim() 411 unsigned int nhoff = raw - skb->data; in ip6_tnl_parse_tlv_enc_lim()
|
/net/ipv4/ |
D | ip_input.c | 200 int raw; in ip_local_deliver_finish() local 203 raw = raw_local_deliver(skb, protocol); in ip_local_deliver_finish() 223 if (!raw) { in ip_local_deliver_finish()
|
D | ip_options.c | 563 unsigned char *raw = skb_network_header(skb); in ip_forward_options() local 566 optptr = (unsigned char *)raw + opt->rr; in ip_forward_options() 573 optptr = raw + opt->srr; in ip_forward_options() 594 optptr = raw + opt->ts; in ip_forward_options()
|
D | Makefile | 11 tcp_offload.o datagram.o raw.o udp.o udplite.o \
|
D | tcp_probe.c | 62 struct sockaddr raw; member
|
/net/l2tp/ |
D | Kconfig | 63 L2 protocols, including ATM, Frame Relay, HDLC and even raw 67 tunnel raw ethernet frames using L2TP, say Y here. If 91 Support for carrying raw ethernet frames over L2TPv3.
|
/net/ieee802154/ |
D | Makefile | 7 af_802154-y := af_ieee802154.o raw.o dgram.o
|
/net/atm/ |
D | Makefile | 5 atm-y := addr.o pvc.o signaling.o svc.o ioctl.o common.o atm_misc.o raw.o resources.o atm_sysfs.o
|
/net/packet/ |
D | af_packet.c | 165 void *raw; member 391 h.raw = frame; in __packet_set_status() 416 h.raw = frame; in __packet_get_status() 458 h.raw = frame; in __packet_set_timestamp() 492 h.raw = rb->pg_vec[pg_vec_pos].buffer + in packet_lookup_frame() 495 if (status != __packet_get_status(po, h.raw)) in packet_lookup_frame() 498 return h.raw; in packet_lookup_frame() 1965 h.raw = packet_current_rx_frame(po, skb, in tpacket_rcv() 1967 if (!h.raw) in tpacket_rcv() 1987 skb_copy_bits(skb, 0, h.raw + macoff, snaplen); in tpacket_rcv() [all …]
|
/net/ax25/ |
D | TODO | 17 Check socket locking when ax25_rcv is sending to raw sockets. In particular
|
/net/bridge/ |
D | br_netfilter.c | 473 unsigned char *raw = (u8 *)(ipv6_hdr(skb) + 1); in check_hbh_len() local 476 int off = raw - nh; in check_hbh_len() 477 int len = (raw[1] + 1) << 3; in check_hbh_len() 479 if ((raw + len) - skb->data > skb_headlen(skb)) in check_hbh_len()
|
/net/tipc/ |
D | bearer.h | 104 char *raw);
|
/net/sunrpc/ |
D | xdr.c | 1172 __be32 raw; in xdr_decode_word() local 1175 status = read_bytes_from_xdr_buf(buf, base, &raw, sizeof(*obj)); in xdr_decode_word() 1178 *obj = be32_to_cpu(raw); in xdr_decode_word() 1186 __be32 raw = cpu_to_be32(obj); in xdr_encode_word() local 1188 return write_bytes_to_xdr_buf(buf, base, &raw, sizeof(obj)); in xdr_encode_word()
|
/net/ipv4/netfilter/ |
D | Kconfig | 337 # raw + specific targets 339 tristate 'raw table support (required for NOTRACK/TRACE)' 341 This option adds a `raw' table to iptables. This table is the very
|
/net/ipv6/netfilter/ |
D | Kconfig | 250 tristate 'raw table support (required for TRACE)' 252 This option adds a `raw' table to ip6tables. This table is the very
|
/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 809 __be32 raw; in read_u32_from_xdr_buf() local 812 status = read_bytes_from_xdr_buf(buf, base, &raw, sizeof(*obj)); in read_u32_from_xdr_buf() 815 *obj = ntohl(raw); in read_u32_from_xdr_buf()
|
/net/sctp/ |
D | associola.c | 1569 __u8 *raw = (__u8 *)cookie->peer_init + var_size2; in sctp_assoc_set_bind_addr_from_cookie() local 1571 return sctp_raw_to_bind_addrs(&asoc->base.bind_addr, raw, var_size3, in sctp_assoc_set_bind_addr_from_cookie()
|
/net/netfilter/ |
D | Kconfig | 713 The target allows you to create rules in the "raw" and "mangle" tables
|