Home
last modified time | relevance | path

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

/net/batman-adv/
Dsysfs.c126 static int batadv_store_bool_attr(char *buff, size_t count, in batadv_store_bool_attr()
163 __batadv_store_bool_attr(char *buff, size_t count, in __batadv_store_bool_attr()
178 static int batadv_store_uint_attr(const char *buff, size_t count, in batadv_store_uint_attr()
217 __batadv_store_uint_attr(const char *buff, size_t count, in __batadv_store_uint_attr()
234 struct attribute *attr, char *buff) in batadv_show_vis_mode()
249 struct attribute *attr, char *buff, in batadv_store_vis_mode()
302 struct attribute *attr, char *buff) in batadv_show_bat_algo()
315 char *buff) in batadv_show_gw_mode()
339 struct attribute *attr, char *buff, in batadv_store_gw_mode()
393 struct attribute *attr, char *buff) in batadv_show_gw_bwidth()
[all …]
Dgateway_common.c76 static bool batadv_parse_gw_bandwidth(struct net_device *net_dev, char *buff, in batadv_parse_gw_bandwidth()
137 ssize_t batadv_gw_bandwidth_set(struct net_device *net_dev, char *buff, in batadv_gw_bandwidth_set()
Dicmp_socket.c151 static ssize_t batadv_socket_write(struct file *file, const char __user *buff, in batadv_socket_write()
/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()
Dcommon.c582 const void __user *buff; in vcc_sendmsg() local
Dmpc.c495 char *buff; in send_via_shortcut() local
Dlec.c127 char *buff; in lec_handle_bridge() local
/net/ax25/
Dax25_ip.c53 unsigned char *buff; in ax25_hard_header() local
/net/rose/
Drose_dev.c42 unsigned char *buff = skb_push(skb, ROSE_MIN_LEN + 2); in rose_header() local
/net/netrom/
Dnr_dev.c102 unsigned char *buff = skb_push(skb, NR_NETWORK_LEN + NR_TRANSPORT_LEN); in nr_header() local
/net/netfilter/
Dnf_conntrack_proto_tcp.c386 unsigned char buff[(15 * 4) - sizeof(struct tcphdr)]; in tcp_options() local
440 unsigned char buff[(15 * 4) - sizeof(struct tcphdr)]; in tcp_sack() local
Dxt_qtaguid.c1806 char *buff; in prdebug_full_state_locked() local
/net/ipv4/
Dtcp_output.c1048 struct sk_buff *buff; in tcp_fragment() local
1545 struct sk_buff *buff; in tso_fragment() local
2925 struct sk_buff *buff; in tcp_connect() local
3026 struct sk_buff *buff; in tcp_send_ack() local
/net/netfilter/ipvs/
Dip_vs_sync.c520 struct ip_vs_sync_buff *buff; in ip_vs_sync_conn_v0() local
616 struct ip_vs_sync_buff *buff; in ip_vs_sync_conn() local
793 char buff[IP_VS_PENAME_MAXLEN+1]; in ip_vs_conn_fill_param_sync() local
/net/ipv6/
Dtcp_ipv6.c733 struct sk_buff *buff; in tcp_v6_send_response() local
Dndisc.c1412 struct sk_buff *buff; in ndisc_send_redirect() local
/net/
Dsocket.c1767 SYSCALL_DEFINE6(sendto, int, fd, void __user *, buff, size_t, len, in SYSCALL_DEFINE6() argument
1816 SYSCALL_DEFINE4(send, int, fd, void __user *, buff, size_t, len, in SYSCALL_DEFINE4() argument
/net/core/
Dneighbour.c1004 struct sk_buff *buff; in __neigh_event_send() local
/net/packet/
Daf_packet.c1082 static void packet_increment_head(struct packet_ring_buffer *buff) in packet_increment_head()