Searched defs:ptr (Results 126 - 132 of 132) sorted by relevance

123456

/net/packet/
H A Daf_packet.c3516 unsigned long msg, void *ptr)
3519 struct net_device *dev = netdev_notifier_info_to_dev(ptr);
3515 packet_notifier(struct notifier_block *this, unsigned long msg, void *ptr) argument
/net/xfrm/
H A Dxfrm_policy.c2906 static int xfrm_dev_event(struct notifier_block *this, unsigned long event, void *ptr) argument
2908 struct net_device *dev = netdev_notifier_info_to_dev(ptr);
/net/bluetooth/
H A Dhci_core.c140 static int features_show(struct seq_file *f, void *ptr) argument
299 static int link_keys_show(struct seq_file *f, void *ptr) argument
327 static int dev_class_show(struct seq_file *f, void *ptr) argument
748 static int white_list_show(struct seq_file *f, void *ptr) argument
773 static int identity_resolving_keys_show(struct seq_file *f, void *ptr) argument
803 static int long_term_keys_show(struct seq_file *f, void *ptr) argument
1029 static int device_list_show(struct seq_file *f, void *ptr) argument
2242 __u8 __user *ptr = arg; local
2249 if (copy_from_user(&ir, ptr, sizeof(ir)))
2320 if (!copy_to_user(ptr,
[all...]
H A Dl2cap_core.c2912 static inline int l2cap_get_conf_opt(void **ptr, int *type, int *olen, argument
2915 struct l2cap_conf_opt *opt = *ptr;
2919 *ptr += len;
2946 static void l2cap_add_conf_opt(void **ptr, u8 type, u8 len, unsigned long val) argument
2948 struct l2cap_conf_opt *opt = *ptr;
2973 *ptr += L2CAP_CONF_OPT_SIZE + len;
2976 static void l2cap_add_opt_efs(void **ptr, struct l2cap_chan *chan) argument
3003 l2cap_add_conf_opt(ptr, L2CAP_CONF_EFS, sizeof(efs),
3152 void *ptr = req->data; local
3177 l2cap_add_conf_opt(&ptr, L2CAP_CONF_MT
3272 void *ptr = rsp->data; local
3487 void *ptr = req->data; local
3596 void *ptr = rsp->data; local
[all...]
H A Dmgmt.c640 u8 *ptr = data, *uuids_start = NULL; local
644 return ptr;
660 uuids_start = ptr;
663 ptr += 2;
667 if ((ptr - data) + sizeof(u16) > len) {
672 *ptr++ = (uuid16 & 0x00ff);
673 *ptr++ = (uuid16 & 0xff00) >> 8;
677 return ptr;
682 u8 *ptr = data, *uuids_start = NULL; local
686 return ptr;
715 u8 *ptr = data, *uuids_start = NULL; local
774 create_scan_rsp_data(struct hci_dev *hdev, u8 *ptr) argument
849 create_adv_data(struct hci_dev *hdev, u8 *ptr) argument
918 u8 *ptr = data; local
[all...]
/net/ipv4/
H A Dtcp_input.c1639 const unsigned char *ptr = (skb_transport_header(ack_skb) + local
1641 struct tcp_sack_block_wire *sp_wire = (struct tcp_sack_block_wire *)(ptr+2);
1646 int num_sacks = min(TCP_NUM_SACKS, (ptr[1] - TCPOLEN_SACK_BASE) >> 3);
3571 const unsigned char *ptr; local
3575 ptr = (const unsigned char *)(th + 1);
3579 int opcode = *ptr++;
3589 opsize = *ptr++;
3597 u16 in_mss = get_unaligned_be16(ptr);
3609 __u8 snd_wscale = *(__u8 *)ptr;
3625 opt_rx->rcv_tsval = get_unaligned_be32(ptr);
3679 const __be32 *ptr = (const __be32 *)(th + 1); local
3728 const u8 *ptr = (const u8 *)(th + 1); local
4848 u32 ptr = ntohs(th->urg_ptr); local
4921 u32 ptr = tp->urg_seq - ntohl(th->seq) + (th->doff * 4) - local
[all...]
/net/ipv6/
H A Daddrconf.c2921 void *ptr)
2923 struct net_device *dev = netdev_notifier_info_to_dev(ptr);
2920 addrconf_notify(struct notifier_block *this, unsigned long event, void *ptr) argument

Completed in 444 milliseconds

123456