Home
last modified time | relevance | path

Searched refs:raw (Results 1 – 21 of 21) sorted by relevance

/net/can/
DMakefile8 obj-$(CONFIG_CAN_RAW) += can-raw.o
9 can-raw-y := raw.o
DKconfig22 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/
Dip6_input.c204 bool raw; in ip6_input_finish() local
218 raw = raw6_local_deliver(skb, nexthdr); in ip6_input_finish()
249 if (!raw) { in ip6_input_finish()
Dah6.c262 char *raw; in ipv6_clear_mutable_options() member
264 char *end = exthdr.raw + len; in ipv6_clear_mutable_options()
269 while (exthdr.raw < end) { in ipv6_clear_mutable_options()
293 exthdr.raw += ipv6_optlen(exthdr.opth); in ipv6_clear_mutable_options()
DMakefile10 raw.o icmp.o mcast.o reassembly.o tcp_ipv6.o ping.o \
Dip6_tunnel.c397 __u16 ip6_tnl_parse_tlv_enc_lim(struct sk_buff *skb, __u8 *raw) in ip6_tnl_parse_tlv_enc_lim() argument
399 const struct ipv6hdr *ipv6h = (const struct ipv6hdr *) raw; in ip6_tnl_parse_tlv_enc_lim()
406 if (raw + off + sizeof (*hdr) > skb->data && in ip6_tnl_parse_tlv_enc_lim()
407 !pskb_may_pull(skb, raw - skb->data + off + sizeof (*hdr))) in ip6_tnl_parse_tlv_enc_lim()
410 hdr = (struct ipv6_opt_hdr *) (raw + off); in ip6_tnl_parse_tlv_enc_lim()
430 tel = (struct ipv6_tlv_tnl_enc_lim *) &raw[i]; in ip6_tnl_parse_tlv_enc_lim()
/net/ipv4/
Dip_input.c202 int raw; in ip_local_deliver_finish() local
205 raw = raw_local_deliver(skb, protocol); in ip_local_deliver_finish()
225 if (!raw) { in ip_local_deliver_finish()
Dip_options.c563 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()
DMakefile11 datagram.o raw.o udp.o udplite.o \
/net/l2tp/
DKconfig62 L2 protocols, including ATM, Frame Relay, HDLC and even raw
66 tunnel raw ethernet frames using L2TP, say Y here. If
90 Support for carrying raw ethernet frames over L2TPv3.
/net/ieee802154/
DMakefile5 af_802154-y := af_ieee802154.o raw.o dgram.o
/net/atm/
DMakefile5 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/
Daf_packet.c165 void *raw; member
301 h.raw = frame; in __packet_set_status()
326 h.raw = frame; in __packet_get_status()
372 h.raw = frame; in __packet_set_timestamp()
406 h.raw = rb->pg_vec[pg_vec_pos].buffer + in packet_lookup_frame()
409 if (status != __packet_get_status(po, h.raw)) in packet_lookup_frame()
412 return h.raw; in packet_lookup_frame()
1795 h.raw = packet_current_rx_frame(po, skb, in tpacket_rcv()
1797 if (!h.raw) in tpacket_rcv()
1817 skb_copy_bits(skb, 0, h.raw + macoff, snaplen); in tpacket_rcv()
[all …]
/net/ax25/
DTODO17 Check socket locking when ax25_rcv is sending to raw sockets. In particular
/net/bridge/
Dbr_netfilter.c568 unsigned char *raw = (u8 *)(ipv6_hdr(skb) + 1); in check_hbh_len() local
571 int off = raw - nh; in check_hbh_len()
572 int len = (raw[1] + 1) << 3; in check_hbh_len()
574 if ((raw + len) - skb->data > skb_headlen(skb)) in check_hbh_len()
/net/sunrpc/
Dxdr.c988 __be32 raw; in xdr_decode_word() local
991 status = read_bytes_from_xdr_buf(buf, base, &raw, sizeof(*obj)); in xdr_decode_word()
994 *obj = be32_to_cpu(raw); in xdr_decode_word()
1002 __be32 raw = cpu_to_be32(obj); in xdr_encode_word() local
1004 return write_bytes_to_xdr_buf(buf, base, &raw, sizeof(obj)); in xdr_encode_word()
/net/ipv4/netfilter/
DKconfig268 # raw + specific targets
270 tristate 'raw table support (required for NOTRACK/TRACE)'
272 This option adds a `raw' table to iptables. This table is the very
/net/ipv6/netfilter/
DKconfig168 tristate 'raw table support (required for TRACE)'
170 This option adds a `raw' table to ip6tables. This table is the very
/net/sunrpc/auth_gss/
Dsvcauth_gss.c813 __be32 raw; in read_u32_from_xdr_buf() local
816 status = read_bytes_from_xdr_buf(buf, base, &raw, sizeof(*obj)); in read_u32_from_xdr_buf()
819 *obj = ntohl(raw); in read_u32_from_xdr_buf()
/net/sctp/
Dassociola.c1560 __u8 *raw = (__u8 *)cookie->peer_init + var_size2; in sctp_assoc_set_bind_addr_from_cookie() local
1562 return sctp_raw_to_bind_addrs(&asoc->base.bind_addr, raw, var_size3, in sctp_assoc_set_bind_addr_from_cookie()
/net/netfilter/
DKconfig591 The target allows you to create rules in the "raw" and "mangle" tables