Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 25 of 25) sorted by relevance

/net/batman-adv/
Dsysfs.c298 static int batadv_store_bool_attr(char *buff, size_t count, in batadv_store_bool_attr()
340 __batadv_store_bool_attr(char *buff, size_t count, in __batadv_store_bool_attr()
356 static int batadv_store_uint_attr(const char *buff, size_t count, in batadv_store_uint_attr()
394 static ssize_t __batadv_store_uint_attr(const char *buff, size_t count, in __batadv_store_uint_attr()
412 struct attribute *attr, char *buff) in batadv_show_bat_algo()
427 char *buff) in batadv_show_gw_mode()
458 struct attribute *attr, char *buff, in batadv_store_gw_mode()
533 struct attribute *attr, char *buff) in batadv_show_gw_sel_class()
551 struct attribute *attr, char *buff, in batadv_store_gw_sel_class()
577 struct attribute *attr, char *buff) in batadv_show_gw_bwidth()
[all …]
Dgateway_common.c45 bool batadv_parse_throughput(struct net_device *net_dev, char *buff, in batadv_parse_throughput()
112 static bool batadv_parse_gw_bandwidth(struct net_device *net_dev, char *buff, in batadv_parse_gw_bandwidth()
167 ssize_t batadv_gw_bandwidth_set(struct net_device *net_dev, char *buff, in batadv_gw_bandwidth_set()
Dicmp_socket.c171 static ssize_t batadv_socket_write(struct file *file, const char __user *buff, in batadv_socket_write()
Dbat_v.c672 char *buff, size_t count) in batadv_v_store_sel_class()
690 static ssize_t batadv_v_show_sel_class(struct batadv_priv *bat_priv, char *buff) in batadv_v_show_sel_class()
/net/atm/
Dmpoa_proc.c206 static ssize_t proc_mpc_write(struct file *file, const char __user *buff, in proc_mpc_write()
241 static int parse_qos(const char *buff) in parse_qos()
Dmpc.c495 char *buff; in send_via_shortcut() local
Dlec.c127 char *buff; in lec_handle_bridge() local
/net/xfrm/
Dxfrm_proc.c53 unsigned long buff[LINUX_MIB_XFRMMAX]; in xfrm_statistics_seq_show() local
/net/rose/
Drose_dev.c42 unsigned char *buff = skb_push(skb, ROSE_MIN_LEN + 2); in rose_header() local
/net/netrom/
Dnr_dev.c72 unsigned char *buff = skb_push(skb, NR_NETWORK_LEN + NR_TRANSPORT_LEN); in nr_header() local
/net/ax25/
Dax25_ip.c52 unsigned char *buff; in ax25_hard_header() local
/net/ipv6/
Dproc.c199 unsigned long buff[SNMP_MIB_MAX]; in snmp6_seq_show_item() local
Dtcp_ipv6.c765 struct sk_buff *buff; in tcp_v6_send_response() local
Dndisc.c1532 struct sk_buff *buff; in ndisc_send_redirect() local
Daddrconf.c5058 u64 buff[IPSTATS_MIB_MAX]; in __snmp6_fill_stats64() local
/net/netfilter/
Dnf_conntrack_proto_tcp.c382 unsigned char buff[(15 * 4) - sizeof(struct tcphdr)]; in tcp_options() local
438 unsigned char buff[(15 * 4) - sizeof(struct tcphdr)]; in tcp_sack() local
Dxt_qtaguid.c1810 char *buff; in prdebug_full_state_locked() local
/net/ipv4/
Dproc.c412 unsigned long buff[TCPUDP_MIB_MAX]; in snmp_seq_show_tcp_udp() local
Dtcp_output.c1164 struct sk_buff *buff; in tcp_fragment() local
1756 struct sk_buff *buff; in tso_fragment() local
3363 struct sk_buff *buff; in tcp_connect() local
3472 struct sk_buff *buff; in tcp_send_ack() local
/net/sctp/
Dproc.c76 unsigned long buff[SCTP_MIB_MAX]; in sctp_snmp_seq_show() local
/net/netfilter/ipvs/
Dip_vs_sync.c542 struct ip_vs_sync_buff *buff; in ip_vs_sync_conn_v0() local
631 struct ip_vs_sync_buff *buff; in ip_vs_sync_conn() local
808 char buff[IP_VS_PENAME_MAXLEN+1]; in ip_vs_conn_fill_param_sync() local
/net/
Dsocket.c1638 SYSCALL_DEFINE6(sendto, int, fd, void __user *, buff, size_t, len, in SYSCALL_DEFINE6() argument
1682 SYSCALL_DEFINE4(send, int, fd, void __user *, buff, size_t, len, in SYSCALL_DEFINE4() argument
/net/core/
Dfilter.c1356 u8 buff[MAX_BPF_STACK]; member
Dneighbour.c1010 struct sk_buff *buff; in __neigh_event_send() local
/net/packet/
Daf_packet.c1194 static void packet_increment_head(struct packet_ring_buffer *buff) in packet_increment_head()