Searched refs:cb (Results 126 - 150 of 183) sorted by relevance

12345678

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dneighbour.h202 extern int neigh_dump_info(struct sk_buff *skb, struct netlink_callback *cb);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dip.h58 #define IPCB(skb) ((struct inet_skb_parm*)((skb)->cb))
H A Dneighbour.h202 extern int neigh_dump_info(struct sk_buff *skb, struct netlink_callback *cb);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Daddrconf.c1785 static int inet6_dump_ifaddr(struct sk_buff *skb, struct netlink_callback *cb) argument
1791 s_idx = cb->args[0];
1792 s_ip_idx = ip_idx = cb->args[1];
1804 if (inet6_fill_ifaddr(skb, ifa, NETLINK_CB(cb->skb).pid,
1805 cb->nlh->nlmsg_seq, RTM_NEWADDR) <= 0) {
1813 cb->args[0] = idx;
1814 cb->args[1] = ip_idx;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dusbnet.c99 * expecting cleared skb->cb and framing change to match latest
296 struct skb_data { // skb->cb is one of these
1835 entry = (struct skb_data *) skb->cb;
1896 memset (skb->cb, 0, sizeof (struct skb_data));
1913 struct skb_data *entry = (struct skb_data *) skb->cb;
1996 entry = (struct skb_data *) skb->cb;
2218 struct skb_data *entry = (struct skb_data *) skb->cb;
2272 entry = (struct skb_data *) skb->cb;
2360 entry = (struct skb_data *) skb->cb;
2777 if (sizeof (((struct sk_buff *)0)->cb) < sizeo
[all...]
H A Dcatc.c219 #define catc_get_reg_async(catc, reg, cb) catc_ctrl_async(catc, USB_DIR_IN, GetReg, 0, reg, NULL, 1, cb)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dcpia_usb.c85 static int cpia_usb_registerCallback(void *privdata, void (*cb) (void *cbdata),
363 static int cpia_usb_registerCallback(void *privdata, void (*cb) (void *cbdata),
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/
H A Dconfig.guess460 if test -f /usr/options/cb.name; then
461 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/
H A Dconfig.guess460 if test -f /usr/options/cb.name; then
461 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
/asus-wl-520gu-7.0.1.45/src/include/
H A Dsbutils.h125 bool level, gpio_handler_t cb, void *arg);
H A Dlinux_osl.h306 #define PKTTAG(skb) ((void*)(((struct sk_buff*)(skb))->cb))
330 bzero((void*)skb->cb, OSL_PKTTAG_SZ);
346 * IP code depends on skb->cb to be setup correctly with various options
355 bzero(((struct sk_buff*)pkt)->cb, OSL_PKTTAG_SZ);
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dcrypto.h506 void CRYPTO_mem_leaks_cb(CRYPTO_MEM_LEAK_CB *cb);
H A Derr.h276 void ERR_print_errors_cb(int (*cb)(const char *str, size_t len, void *u),
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Datmdev.h411 #define ATM_SKB(skb) (((struct atm_skb_data *) (skb)->cb))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Datmdev.h411 #define ATM_SKB(skb) (((struct atm_skb_data *) (skb)->cb))
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dcrypto.h431 void CRYPTO_mem_leaks_cb(CRYPTO_MEM_LEAK_CB *cb);
H A Derr.h260 void ERR_print_errors_cb(int (*cb)(const char *str, size_t len, void *u),
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Droute.c2186 int ip_rt_dump(struct sk_buff *skb, struct netlink_callback *cb) argument
2192 s_h = cb->args[0];
2193 s_idx = idx = cb->args[1];
2204 if (rt_fill_info(skb, NETLINK_CB(cb->skb).pid,
2205 cb->nlh->nlmsg_seq,
2217 cb->args[0] = h;
2218 cb->args[1] = idx;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Dusbdev.c1273 void (*cb)(usbdev_cb_type_t, unsigned long, void *),
1289 if (!cb) {
1309 usbdev.func_cb = cb;
1268 usbdev_init(struct usb_device_descriptor* dev_desc, struct usb_config_descriptor* config_desc, struct usb_interface_descriptor* if_desc, struct usb_endpoint_descriptor* ep_desc, struct usb_string_descriptor* str_desc[], void (*cb)(usbdev_cb_type_t, unsigned long, void *), void* cb_data) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dshaper.c68 * Use skb->cb for private data.
98 #define SHAPERCB(skb) ((struct shaper_cb *) ((skb)->cb))
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Dconfig.guess642 if test -f /usr/options/cb.name; then
643 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
/asus-wl-520gu-7.0.1.45/src/router/ez-ipupdate/
H A Dconfig.guess649 if test -f /usr/options/cb.name; then
650 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Ddir.c778 int (*cb)(ntfs_u8 *, void *), void *param)
865 if ((err = cb(entry, param))) {
868 "Unsorted 6: cb returned %i, "
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/autoconf/
H A Dconfig.guess916 if test -f /usr/options/cb.name; then
917 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/packet/
H A Daf_packet.c256 spkt = (struct sockaddr_pkt*)skb->cb;
392 and skb->cb are mangled. It works because (and until) packets
469 sll = (struct sockaddr_ll*)skb->cb;
1072 memcpy(msg->msg_name, skb->cb, msg->msg_namelen);

Completed in 361 milliseconds

12345678