Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 200 of 342) sorted by relevance

12

/linux-4.1.27/include/net/
Dact_api.h92 void (*cleanup)(struct tc_action *, int bind);
96 int bind);
103 int tcf_hash_check(u32 index, struct tc_action *a, int bind);
105 int size, int bind);
109 int __tcf_hash_release(struct tc_action *a, bool bind, bool strict);
111 static inline int tcf_hash_release(struct tc_action *a, bool bind) in tcf_hash_release() argument
113 return __tcf_hash_release(a, bind, false); in tcf_hash_release()
118 int tcf_action_destroy(struct list_head *actions, int bind);
123 int bind, struct list_head *);
126 int bind);
/linux-4.1.27/net/sched/
Dact_simple.c49 static void tcf_simp_release(struct tc_action *a, int bind) in tcf_simp_release() argument
81 int ovr, int bind) in tcf_simp_init() argument
105 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_simp_init()
106 ret = tcf_hash_create(parm->index, est, a, sizeof(*d), bind); in tcf_simp_init()
121 if (bind) in tcf_simp_init()
123 tcf_hash_release(a, bind); in tcf_simp_init()
136 int bind, int ref) in tcf_simp_dump() argument
143 .bindcnt = d->tcf_bindcnt - bind, in tcf_simp_dump()
Dact_connmark.c94 int ovr, int bind) in tcf_connmark_init() argument
110 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_connmark_init()
111 ret = tcf_hash_create(parm->index, est, a, sizeof(*ci), bind); in tcf_connmark_init()
123 if (bind) in tcf_connmark_init()
125 tcf_hash_release(a, bind); in tcf_connmark_init()
137 int bind, int ref) in tcf_connmark_dump() argument
145 .bindcnt = ci->tcf_bindcnt - bind, in tcf_connmark_dump()
Dact_gact.c54 int ovr, int bind) in tcf_gact_init() argument
87 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_gact_init()
88 ret = tcf_hash_create(parm->index, est, a, sizeof(*gact), bind); in tcf_gact_init()
93 if (bind)/* dont override defaults */ in tcf_gact_init()
95 tcf_hash_release(a, bind); in tcf_gact_init()
142 static int tcf_gact_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_gact_dump() argument
149 .bindcnt = gact->tcf_bindcnt - bind, in tcf_gact_dump()
Dact_skbedit.c62 int ovr, int bind) in tcf_skbedit_init() argument
101 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_skbedit_init()
102 ret = tcf_hash_create(parm->index, est, a, sizeof(*d), bind); in tcf_skbedit_init()
110 if (bind) in tcf_skbedit_init()
112 tcf_hash_release(a, bind); in tcf_skbedit_init()
137 int bind, int ref) in tcf_skbedit_dump() argument
144 .bindcnt = d->tcf_bindcnt - bind, in tcf_skbedit_dump()
Dact_vlan.c69 int ovr, int bind) in tcf_vlan_init() argument
118 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_vlan_init()
119 ret = tcf_hash_create(parm->index, est, a, sizeof(*v), bind); in tcf_vlan_init()
125 if (bind) in tcf_vlan_init()
127 tcf_hash_release(a, bind); in tcf_vlan_init()
150 int bind, int ref) in tcf_vlan_dump() argument
157 .bindcnt = v->tcf_bindcnt - bind, in tcf_vlan_dump()
Dact_pedit.c34 int ovr, int bind) in tcf_pedit_init() argument
57 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_pedit_init()
60 ret = tcf_hash_create(parm->index, est, a, sizeof(*p), bind); in tcf_pedit_init()
72 tcf_hash_release(a, bind); in tcf_pedit_init()
73 if (bind) in tcf_pedit_init()
100 static void tcf_pedit_cleanup(struct tc_action *a, int bind) in tcf_pedit_cleanup() argument
177 int bind, int ref) in tcf_pedit_dump() argument
199 opt->bindcnt = p->tcf_bindcnt - bind; in tcf_pedit_dump()
Dact_mirred.c35 static void tcf_mirred_release(struct tc_action *a, int bind) in tcf_mirred_release() argument
49 int bind) in tcf_mirred_init() argument
93 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_mirred_init()
96 ret = tcf_hash_create(parm->index, est, a, sizeof(*m), bind); in tcf_mirred_init()
102 tcf_hash_release(a, bind); in tcf_mirred_init()
186 static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_mirred_dump() argument
194 .bindcnt = m->tcf_bindcnt - bind, in tcf_mirred_dump()
Dact_api.c48 int __tcf_hash_release(struct tc_action *a, bool bind, bool strict) in __tcf_hash_release() argument
54 if (bind) in __tcf_hash_release()
62 a->ops->cleanup(a, bind); in __tcf_hash_release()
213 int tcf_hash_check(u32 index, struct tc_action *a, int bind) in tcf_hash_check() argument
218 if (bind) in tcf_hash_check()
239 int size, int bind) in tcf_hash_create() argument
247 if (bind) in tcf_hash_create()
411 int tcf_action_destroy(struct list_head *actions, int bind) in tcf_action_destroy() argument
417 ret = __tcf_hash_release(a, bind, true); in tcf_action_destroy()
429 tcf_action_dump_old(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_old() argument
[all …]
Dact_ipt.c71 static void tcf_ipt_release(struct tc_action *a, int bind) in tcf_ipt_release() argument
87 struct tc_action *a, int ovr, int bind) in tcf_ipt_init() argument
116 if (!tcf_hash_check(index, a, bind) ) { in tcf_ipt_init()
117 ret = tcf_hash_create(index, est, a, sizeof(*ipt), bind); in tcf_ipt_init()
122 if (bind)/* dont override defaults */ in tcf_ipt_init()
124 tcf_hash_release(a, bind); in tcf_ipt_init()
221 static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_ipt_dump() argument
238 c.bindcnt = ipt->tcf_bindcnt - bind; in tcf_ipt_dump()
Dact_bpf.c124 int bind, int ref) in tcf_bpf_dump() argument
131 .bindcnt = prog->tcf_bindcnt - bind, in tcf_bpf_dump()
267 int replace, int bind) in tcf_bpf_init() argument
299 if (!tcf_hash_check(parm->index, act, bind)) { in tcf_bpf_init()
301 sizeof(*prog), bind); in tcf_bpf_init()
308 if (bind) in tcf_bpf_init()
311 tcf_hash_release(act, bind); in tcf_bpf_init()
349 static void tcf_bpf_cleanup(struct tc_action *act, int bind) in tcf_bpf_cleanup() argument
Dact_nat.c39 struct tc_action *a, int ovr, int bind) in tcf_nat_init() argument
57 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_nat_init()
58 ret = tcf_hash_create(parm->index, est, a, sizeof(*p), bind); in tcf_nat_init()
63 if (bind) in tcf_nat_init()
65 tcf_hash_release(a, bind); in tcf_nat_init()
251 int bind, int ref) in tcf_nat_dump() argument
264 .bindcnt = p->tcf_bindcnt - bind, in tcf_nat_dump()
Dact_csum.c46 struct tc_action *a, int ovr, int bind) in tcf_csum_init() argument
64 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_csum_init()
65 ret = tcf_hash_create(parm->index, est, a, sizeof(*p), bind); in tcf_csum_init()
70 if (bind)/* dont override defaults */ in tcf_csum_init()
72 tcf_hash_release(a, bind); in tcf_csum_init()
533 struct tc_action *a, int bind, int ref) in tcf_csum_dump() argument
542 .bindcnt = p->tcf_bindcnt - bind, in tcf_csum_dump()
Dact_police.c116 int ovr, int bind) in tcf_act_police_locate() argument
144 if (bind) { in tcf_act_police_locate()
162 if (bind) in tcf_act_police_locate()
313 tcf_act_police_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_act_police_dump() argument
323 .bindcnt = police->tcf_bindcnt - bind, in tcf_act_police_dump()
/linux-4.1.27/drivers/xen/
Devtchn.c349 struct ioctl_evtchn_bind_virq bind; in evtchn_ioctl() local
353 if (copy_from_user(&bind, uarg, sizeof(bind))) in evtchn_ioctl()
356 bind_virq.virq = bind.virq; in evtchn_ioctl()
370 struct ioctl_evtchn_bind_interdomain bind; in evtchn_ioctl() local
374 if (copy_from_user(&bind, uarg, sizeof(bind))) in evtchn_ioctl()
377 bind_interdomain.remote_dom = bind.remote_domain; in evtchn_ioctl()
378 bind_interdomain.remote_port = bind.remote_port; in evtchn_ioctl()
391 struct ioctl_evtchn_bind_unbound_port bind; in evtchn_ioctl() local
395 if (copy_from_user(&bind, uarg, sizeof(bind))) in evtchn_ioctl()
399 alloc_unbound.remote_dom = bind.remote_domain; in evtchn_ioctl()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_p4.c708 struct p4_event_bind *bind = NULL; in p4_config_get_bind() local
711 bind = &p4_event_bind_map[evnt]; in p4_config_get_bind()
713 return bind; in p4_config_get_bind()
718 struct p4_event_bind *bind; in p4_pmu_event_map() local
723 bind = p4_config_get_bind(config); in p4_pmu_event_map()
724 esel = P4_OPCODE_ESEL(bind->opcode); in p4_pmu_event_map()
823 struct p4_event_bind *bind; in p4_hw_config() local
840 bind = p4_config_get_bind(event->attr.config); in p4_hw_config()
841 if (!bind) { in p4_hw_config()
845 esel = P4_OPCODE_ESEL(bind->opcode); in p4_hw_config()
[all …]
/linux-4.1.27/Documentation/scsi/
DNinjaSCSI.txt72 bind "nsp_cs"
76 bind "nsp_cs"
81 bind "nsp_cs"
86 bind "nsp_cs"
89 bind "nsp_cs"
92 bind "nsp_cs"
95 bind "nsp_cs"
/linux-4.1.27/Documentation/console/
Dconsole.txt22 do_take_over_console() - load and bind driver to console layer
40 . .. bind name uevent
44 1. bind - this is a read/write file. It shows the status of the driver if
45 read, or acts to bind or unbind the driver to the virtual consoles
52 bind
60 commanded to bind or unbind
68 directly commanded to bind or unbind.
74 hand, will bind the driver to the consoles that are currently occupied by a
116 bind to) the console.
/linux-4.1.27/include/linux/
Dcomponent.h7 int (*bind)(struct device *, struct device *, void *); member
21 int (*bind)(struct device *); member
Dcgroup-defs.h416 void (*bind)(struct cgroup_subsys_state *root_css); member
Dnetlink.h49 int (*bind)(struct net *net, int group); member
Dthermal.h88 int (*bind) (struct thermal_zone_device *, member
Dnet.h131 int (*bind) (struct socket *sock, member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv04.c360 struct nvkm_handle *bind; in nv04_fifo_swmthd() local
375 bind = nvkm_namedb_get(nv_namedb(chan), data); in nv04_fifo_swmthd()
376 if (unlikely(!bind)) in nv04_fifo_swmthd()
379 if (nv_engidx(bind->object->engine) == NVDEV_ENGINE_SW) { in nv04_fifo_swmthd()
387 nvkm_namedb_put(bind); in nv04_fifo_swmthd()
394 bind = nvkm_namedb_get(nv_namedb(chan), chan->subc[subc]); in nv04_fifo_swmthd()
395 if (likely(bind)) { in nv04_fifo_swmthd()
396 if (!nv_call(bind->object, mthd, data)) in nv04_fifo_swmthd()
398 nvkm_namedb_put(bind); in nv04_fifo_swmthd()
Dgf100.c460 struct nvkm_handle *bind; in gf100_fifo_swmthd() local
470 bind = nvkm_namedb_get_class(nv_namedb(chan), 0x906e); in gf100_fifo_swmthd()
471 if (likely(bind)) { in gf100_fifo_swmthd()
472 if (!mthd || !nv_call(bind->object, mthd, data)) in gf100_fifo_swmthd()
474 nvkm_namedb_put(bind); in gf100_fifo_swmthd()
Dgk104.c485 struct nvkm_handle *bind; in gk104_fifo_swmthd() local
495 bind = nvkm_namedb_get_class(nv_namedb(chan), 0x906e); in gk104_fifo_swmthd()
496 if (likely(bind)) { in gk104_fifo_swmthd()
497 if (!mthd || !nv_call(bind->object, mthd, data)) in gk104_fifo_swmthd()
499 nvkm_namedb_put(bind); in gk104_fifo_swmthd()
Dbase.c89 ret = dmaeng->bind(chan->pushdma, parent, &chan->pushgpu); in nvkm_fifo_channel_create_()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/
Dbase.c47 ret = impl->bind(dmaobj, parent, pgpuobj); in nvkm_dmaobj_bind()
53 return impl->bind(dmaobj, parent, pgpuobj); in nvkm_dmaobj_bind()
162 dmaeng->bind = nvkm_dmaobj_bind; in _nvkm_dmaeng_ctor()
Dgf110.c135 return dmaeng->bind(&priv->base, nv_object(priv), (void *)pobject); in gf110_dmaobj_ctor()
164 .bind = gf110_dmaobj_bind,
Dgf100.c146 return dmaeng->bind(&priv->base, nv_object(priv), (void *)pobject); in gf100_dmaobj_ctor()
175 .bind = gf100_dmaobj_bind,
Dnv04.c133 return dmaeng->bind(&priv->base, nv_object(priv), (void *)pobject); in nv04_dmaobj_ctor()
162 .bind = nv04_dmaobj_bind,
Dnv50.c165 return dmaeng->bind(&priv->base, nv_object(priv), (void *)pobject); in nv50_dmaobj_ctor()
194 .bind = nv50_dmaobj_bind,
Dpriv.h25 int (*bind)(struct nvkm_dmaobj *, struct nvkm_object *, member
/linux-4.1.27/drivers/net/usb/
Dzaurus.c105 .bind = zaurus_bind,
115 .bind = zaurus_bind,
125 .bind = zaurus_bind,
262 .bind = blan_mdlm_bind,
Dasix_devices.c836 .bind = ax88172_bind,
846 .bind = ax88172_bind,
856 .bind = ax88172_bind,
866 .bind = ax88172_bind,
876 .bind = ax88772_bind,
888 .bind = ax88772_bind,
902 .bind = ax88178_bind,
924 .bind = ax88772_bind,
Dgl620a.c203 .bind = genelink_bind,
Dint51x1.c168 .bind = int51x1_bind,
Dax88179_178a.c1635 .bind = ax88179_bind,
1648 .bind = ax88179_bind,
1661 .bind = ax88179_bind,
1674 .bind = ax88179_bind,
1687 .bind = ax88179_bind,
1700 .bind = ax88179_bind,
Dhuawei_cdc_ncm.c179 .bind = huawei_cdc_ncm_bind,
Dcdc_mbim.c554 .bind = cdc_mbim_bind,
578 .bind = cdc_mbim_bind,
Dmcs7830.c576 .bind = mcs7830_bind,
586 .bind = mcs7830_bind,
Dcdc_eem.c348 .bind = eem_bind,
Dcdc_ether.c500 .bind = usbnet_cdc_bind,
510 .bind = usbnet_cdc_bind,
Drndis_host.c592 .bind = rndis_bind,
603 .bind = rndis_bind,
Dkalmia.c336 .bind = kalmia_bind,
Dcx82310_eth.c315 .bind = cx82310_bind,
Dlg-vl600.c322 .bind = vl600_bind,
Dax88172a.c413 .bind = ax88172a_bind,
Dnet1080.c511 .bind = net1080_bind,
Dcdc_ncm.c1541 .bind = cdc_ncm_bind,
1554 .bind = cdc_ncm_bind,
1567 .bind = cdc_ncm_bind,
Dsr9700.c527 .bind = sr9700_bind,
/linux-4.1.27/Documentation/fb/
Dfbcon.txt183 Echo a value to the bind file that represents the framebuffer console
186 echo 1 > sys/class/vtconsole/vtcon1/bind - attach framebuffer console to
188 echo 0 > sys/class/vtconsole/vtcon1/bind - detach framebuffer console from
218 echo 0 > /sys/class/vtconsole/vtcon1/bind
225 echo 1 > /sys/class/vtconsole/vtcon1/bind
230 automatically bind the console, fbcon and the drivers together. Unloading
232 console to bind fbcon.
256 echo 1 > /sys/class/vtconsole/vtcon1/bind
261 echo <ID> > /sys/class/tty/console/bind
273 echo 1 > /sys/class/vtconsole/vtcon1/bind
[all …]
Dsstfb.txt58 bind a tty to the new frame buffer. if you already have a frame
68 bind the tty to the old frame buffer so the module can be removed.
/linux-4.1.27/Documentation/filesystems/
Ddevpts.txt35 bind-mount.
65 /dev/pts/ptmx using either a bind mount or symlink.
75 $ mount -o bind /dev/pts/ptmx /dev/ptmx
90 should bind mount /dev/ptmx to /dev/pts/ptmx to avoid breaking single-
97 mount -o bind /dev/pts/ptmx /dev/ptmx
101 a symlink to pts/ptmx and the bind mount can be ignored.
Dsharedsubtree.txt51 # mount --bind /mnt /tmp
86 Let's bind mount /mnt to /tmp
87 # mount --bind /mnt /tmp
130 Let's try to bind mount this mount somewhere else.
131 # mount --bind /mnt /tmp
158 mount --bind /cdrom /cdrom
230 bind, rbind, move, mount, umount and clone-namespace operations.
257 mount --bind /mnt /tmp
306 be bind mounted.
343 mount --bind A/a B/b
[all …]
Dtmpfs.txt88 mpol=bind:NodeList allocates memory only from nodes in NodeList
95 largest node numbers in the range. For example, mpol=bind:0-3,5,7,9-15
114 For example, mpol=bind=static:NodeList, is the equivalent of an
Dsysfs-tagging.txt31 through bind mounting and mounts propagation, a task can easily view
Dautomount-support.txt89 If a mountpoint is moved, it gets removed from the expiration list. If a bind
/linux-4.1.27/tools/testing/selftests/net/
Dpsock_lib.h85 if (bind(fds[1], (void *) &daddr, sizeof(daddr))) { in pair_udp_open()
89 if (bind(fds[0], (void *) &saddr, sizeof(saddr))) { in pair_udp_open()
Dpsock_tpacket.c376 ret = bind(rcv_sock, (struct sockaddr *) &ll, sizeof(ll)); in walk_v1_v2_tx()
695 ret = bind(sock, (struct sockaddr *) &ring->ll, sizeof(ring->ll)); in bind_ring()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-platform8 written to driver_override will have an opportunity to bind
17 the device will not bind to any driver. This also allows
Dsysfs-bus-amba8 written to driver_override will have an opportunity to bind to
17 not bind to any driver. This also allows devices to opt-out of
Dconfigfs-usb-gadget15 UDC - bind a gadget to UDC/unbind a gadget;
17 to bind a gadget, empty string "" to unbind.
Dsysfs-bus-pci1 What: /sys/bus/pci/drivers/.../bind
6 the driver to attempt to bind to the device found at
11 # echo 0000:00:19.0 > /sys/bus/pci/drivers/foo/bind
41 for the device and attempt to bind to it. For example:
271 to driver_override will have an opportunity to bind to the
280 will not bind to any driver. This also allows devices to
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_sgdma.c55 .bind = nv04_sgdma_bind,
86 .bind = nv50_sgdma_bind,
/linux-4.1.27/crypto/
Dalgif_rng.c106 .bind = sock_no_bind,
171 .bind = rng_bind,
Dalgif_hash.c226 .bind = sock_no_bind,
334 .bind = sock_no_bind,
442 .bind = hash_bind,
Daf_alg.c177 private = type->bind(sa->salg_name, sa->salg_feat, sa->salg_mask); in alg_bind()
345 .bind = alg_bind,
Dalgif_aead.c553 .bind = sock_no_bind,
638 .bind = aead_bind,
Dalgif_skcipher.c747 .bind = sock_no_bind,
843 .bind = sock_no_bind,
970 .bind = skcipher_bind,
/linux-4.1.27/fs/cachefiles/
DMakefile6 bind.o \
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/engine/
Ddmaobj.h18 int (*bind)(struct nvkm_dmaobj *dmaobj, struct nvkm_object *parent, member
/linux-4.1.27/arch/alpha/include/asm/
Dagp_backend.h36 int (*bind)(alpha_agp_info *, off_t, struct agp_memory *); member
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource_priv.h69 int (*bind) (struct vmw_resource *res, member
Dvmwgfx_surface.c102 .bind = &vmw_legacy_srf_bind,
114 .bind = vmw_gb_surface_bind,
437 bool bind) in vmw_legacy_srf_dma() argument
456 vmw_surface_dma_encode(srf, cmd, &ptr, bind); in vmw_legacy_srf_dma()
Dvmwgfx_context.c80 .bind = NULL,
92 .bind = vmw_gb_context_bind,
Dvmwgfx_resource.c68 .bind = NULL,
1136 if (func->bind && in vmw_resource_do_validate()
1140 ret = func->bind(res, val_buf); in vmw_resource_do_validate()
/linux-4.1.27/Documentation/blockdev/drbd/
Dconn-states-8.dot3 WFConnection -> Unconnected [ label = "unable to bind()" ]
/linux-4.1.27/tools/usb/usbip/
DREADME50 server:# usbip bind --busid 1-2
118 trois:# usbip --debug bind --busid 3-3.2
122 bind device on busid 3-3.2: complete
/linux-4.1.27/net/rds/
DMakefile2 rds-y := af_rds.o bind.o cong.o connection.o info.o message.o \
Dtcp_connect.c92 ret = sock->ops->bind(sock, (struct sockaddr *)&src, sizeof(src)); in rds_tcp_conn_connect()
Dtcp_listen.c206 ret = sock->ops->bind(sock, (struct sockaddr *)&sin, sizeof(sin)); in rds_tcp_listen_init()
Daf_rds.c392 .bind = rds_bind,
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
Dtvnv04.c102 static void nv04_tv_bind(struct drm_device *dev, int head, bool bind) in nv04_tv_bind() argument
108 if (bind) in nv04_tv_bind()
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_qp.c573 wqe->bind.reserved = 0; in iwch_bind_mw()
574 wqe->bind.type = TPT_VATO; in iwch_bind_mw()
577 wqe->bind.perms = iwch_ib_to_tpt_bind_access( in iwch_bind_mw()
579 wqe->bind.mr_stag = cpu_to_be32(mw_bind->bind_info.mr->lkey); in iwch_bind_mw()
580 wqe->bind.mw_stag = cpu_to_be32(mw->rkey); in iwch_bind_mw()
581 wqe->bind.mw_len = cpu_to_be32(mw_bind->bind_info.length); in iwch_bind_mw()
582 wqe->bind.mw_va = cpu_to_be64(mw_bind->bind_info.addr); in iwch_bind_mw()
595 wqe->bind.mr_pbl_addr = cpu_to_be32(pbl_addr); in iwch_bind_mw()
596 wqe->bind.mr_pagesz = page_size; in iwch_bind_mw()
/linux-4.1.27/include/crypto/
Dif_alg.h52 void *(*bind)(const char *name, u32 type, u32 mask); member
/linux-4.1.27/net/ieee802154/
Dsocket.c114 if (sk->sk_prot->bind) in ieee802154_sock_bind()
115 return sk->sk_prot->bind(sk, uaddr, addr_len); in ieee802154_sock_bind()
413 .bind = raw_bind,
428 .bind = ieee802154_sock_bind,
957 .bind = dgram_bind,
973 .bind = ieee802154_sock_bind,
/linux-4.1.27/net/netlink/
Daf_netlink.h80 int (*bind)(struct net *net, int group); member
Daf_netlink.c1197 int (*bind)(struct net *net, int group); in netlink_create() local
1223 bind = nl_table[protocol].bind; in netlink_create()
1240 nlk->netlink_bind = bind; in netlink_create()
1315 nl_table[sk->sk_protocol].bind = NULL; in netlink_release()
2570 nl_table[unit].bind = cfg->bind; in __netlink_kernel_create()
3130 .bind = netlink_bind,
/linux-4.1.27/Documentation/networking/
Dtproxy.txt27 option before calling bind:
37 bind(fd, &name, sizeof(name));
Dpacket_mmap.txt118 bind() ---------> bind transmission socket with a network interface
138 In this case, you also need to bind(2) the TX_RING with sll_protocol = 0
155 bind() associates the socket to your network interface thanks to
174 /* bind socket to eth0 */
175 bind(this->socket, (struct sockaddr *)&my_addr, sizeof(struct sockaddr_ll));
648 err = bind(fd, (struct sockaddr *) &ll, sizeof(ll));
650 perror("bind");
863 err = bind(fd, (struct sockaddr *) &ll, sizeof(ll));
865 perror("bind");
Dmac80211-injection.txt56 (which is easier than doing the work to bind the socket to the right
Dphonet.txt86 It is ignored by bind() and getsockname().
103 bind(fd, (struct sockaddr *)&addr, sizeof(addr));
Dray_cs.txt55 bind "ray_cs"
Dcdc_mbim.txt33 unbind/bind is required to make the change effective for NCM/MBIM
233 management application may instead choose to bind a packet socket
Dcxgb.txt310 You may need to experiment which CPU to bind the application to in
315 sched_setaffinity & sched_getaffinity to bind your application.
/linux-4.1.27/Documentation/thermal/
Dsysfs-api.txt41 /sys/class/thermal folder as thermal_zone[0-*]. It tries to bind all the
49 .bind: bind the thermal zone device with a thermal cooling device.
80 to /sys/class/thermal/ folder as cooling_device[0-*]. It tries to bind itself
100 This interface function bind a thermal cooling device to the certain trip
102 This function is usually called in the thermal zone device .bind callback.
127 This structure defines the following parameters that are used to bind
Dcpu-cooling-api.txt33 order to bind it via the thermal DT code. This api can support multiple
/linux-4.1.27/drivers/acpi/
Dglue.c313 else if (adev->handler && adev->handler->bind) in acpi_platform_notify()
314 adev->handler->bind(dev); in acpi_platform_notify()
Dthermal.c773 bool bind) in acpi_thermal_cooling_device_cb() argument
799 if (bind) in acpi_thermal_cooling_device_cb()
824 if (bind) in acpi_thermal_cooling_device_cb()
840 if (bind) in acpi_thermal_cooling_device_cb()
873 .bind = acpi_thermal_bind_cooling_device,
/linux-4.1.27/include/linux/usb/
Dcomposite.h202 int (*bind)(struct usb_configuration *, member
379 int (*bind)(struct usb_composite_dev *cdev); member
Dusbnet.h122 int (*bind)(struct usbnet *, struct usb_interface *); member
Dgadget.h875 int (*bind)(struct usb_gadget *gadget, member
/linux-4.1.27/net/phonet/
Dsocket.c174 if (sk->sk_prot->bind) in pn_socket_bind()
175 return sk->sk_prot->bind(sk, addr, len); in pn_socket_bind()
443 .bind = pn_socket_bind,
468 .bind = pn_socket_bind,
/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_agp_backend.c108 .bind = ttm_agp_bind,
Dttm_tt.c279 ret = ttm->func->bind(ttm, bo_mem); in ttm_tt_bind()
/linux-4.1.27/drivers/usb/gadget/legacy/
Dncm.c203 .bind = gncm_bind,
Dgmidi.c193 .bind = midi_bind,
Dprinter.c207 .bind = printer_bind,
Dcdc2.c230 .bind = cdc_bind,
Dmass_storage.c247 .bind = msg_bind,
Dacm_ms.c256 .bind = acm_ms_bind,
Dserial.c238 .bind = gs_bind,
Dhid.c260 .bind = hid_bind,
Daudio.c300 .bind = audio_bind,
Dether.c474 .bind = eth_bind,
Dnokia.c346 .bind = nokia_bind,
Dzero.c408 .bind = zero_bind,
Dwebcam.c430 .bind = webcam_bind,
Dmulti.c487 .bind = multi_bind,
Ddbgp.c412 .bind = dbgp_bind,
Dg_ffs.c171 .bind = gfs_bind,
/linux-4.1.27/Documentation/connector/
Dconnector.txt16 bind();
161 if (bind(s, (struct sockaddr *)&l_local, sizeof(struct sockaddr_nl)) == -1) {
162 perror("bind");
Ducon.c165 if (bind(s, (struct sockaddr *)&l_local, sizeof(struct sockaddr_nl)) == -1) { in main()
/linux-4.1.27/drivers/usb/atm/
Dusbatm.h91 int (*bind) (struct usbatm_data *, struct usb_interface *, member
Dusbatm.c1051 goto bind; in usbatm_usb_probe()
1061 goto bind; in usbatm_usb_probe()
1068 bind: in usbatm_usb_probe()
1069 if (driver->bind && (error = driver->bind(instance, intf, id)) < 0) { in usbatm_usb_probe()
Dxusbatm.c207 xusbatm_drivers[i].bind = xusbatm_bind; in xusbatm_init()
/linux-4.1.27/samples/bpf/
Dlibbpf.c121 if (bind(sock, (struct sockaddr *)&sll, sizeof(sll)) < 0) { in open_raw_sock()
/linux-4.1.27/net/ipv6/
Daf_inet6.c268 if (sk->sk_prot->bind) in inet6_bind()
269 return sk->sk_prot->bind(sk, uaddr, addr_len); in inet6_bind()
516 .bind = inet6_bind,
542 .bind = inet6_bind,
Dping.c40 .bind = ping_bind,
/linux-4.1.27/drivers/usb/gadget/
Dcomposite.c213 if (function->bind) { in usb_add_function()
214 value = function->bind(config, function); in usb_add_function()
780 int (*bind)(struct usb_configuration *)) in usb_add_config()
784 if (!bind) in usb_add_config()
795 status = bind(config); in usb_add_config()
2055 status = composite->bind(cdev); in composite_bind()
2134 .bind = composite_bind,
2169 if (!driver || !driver->dev || !driver->bind) in usb_composite_probe()
/linux-4.1.27/sound/pci/hda/
Dhda_i915.c144 .bind = hda_component_master_bind,
/linux-4.1.27/drivers/base/
Dcomponent.c186 ret = master->ops->bind(master->dev); in try_to_bring_up_master()
407 ret = component->ops->bind(component->dev, master->dev, data); in component_bind()
/linux-4.1.27/net/nfc/
Drawsock.c282 .bind = sock_no_bind,
302 .bind = sock_no_bind,
Dllcp_sock.c889 .bind = llcp_sock_bind,
909 .bind = llcp_raw_sock_bind,
/linux-4.1.27/net/atm/
Dpvc.c111 .bind = pvc_bind,
/linux-4.1.27/arch/um/drivers/
Dport_user.c129 if (bind(fd, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in port_listen_fd()
Dumcast_user.c115 if (bind(fd, (struct sockaddr *) lsin, sizeof(*lsin)) < 0) { in umcast_open()
Ddaemon_user.c78 if (bind(fd, (struct sockaddr *) local_addr, sizeof(*local_addr)) < 0) { in connect_to_switch()
/linux-4.1.27/Documentation/i2c/
Dold-module-parameters43 problematic address, and you want another driver to bind to it, then simply
Dfault-codes91 found no device to bind to. (ENODEV may also be used.)
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_qes.h198 } bind; member
/linux-4.1.27/Documentation/devicetree/bindings/
DABI.txt14 at the same time. The driver can bind against both the old and the
/linux-4.1.27/drivers/gpu/drm/msm/edp/
Dedp.c103 .bind = edp_bind,
/linux-4.1.27/drivers/gpu/drm/imx/
Ddw_hdmi-imx.c253 .bind = dw_hdmi_imx_bind,
Dparallel-display.c267 .bind = imx_pd_bind,
Dimx-drm-core.c528 .bind = imx_drm_bind,
Dipuv3-crtc.c466 .bind = ipu_drm_bind,
/linux-4.1.27/net/ipv4/
Daf_inet.c435 if (sk->sk_prot->bind) { in inet_bind()
436 err = sk->sk_prot->bind(sk, uaddr, addr_len); in inet_bind()
903 .bind = inet_bind,
931 .bind = inet_bind,
962 .bind = inet_bind,
/linux-4.1.27/drivers/thermal/
Dthermal_core.c265 if (!pos->tzp && !pos->ops->bind) in bind_cdev()
268 if (pos->ops->bind) { in bind_cdev()
269 ret = pos->ops->bind(pos, cdev); in bind_cdev()
299 if (!tzp && !tz->ops->bind) in bind_tz()
305 if (tz->ops->bind) { in bind_tz()
307 ret = tz->ops->bind(tz, pos); in bind_tz()
Ddb8500_thermal.c215 .bind = db8500_cdev_bind,
/linux-4.1.27/net/bluetooth/cmtp/
Dsock.c177 .bind = sock_no_bind,
/linux-4.1.27/net/bluetooth/bnep/
Dsock.c174 .bind = sock_no_bind,
/linux-4.1.27/drivers/gpu/drm/rockchip/
Ddw_hdmi-rockchip.c310 .bind = dw_hdmi_rockchip_bind,
Drockchip_drm_drv.c477 .bind = rockchip_drm_bind,
/linux-4.1.27/drivers/gpu/drm/msm/dsi/
Ddsi.c112 .bind = dsi_bind,
/linux-4.1.27/drivers/char/agp/
Dalpha-agp.c101 status = agp->ops->bind(agp, pg_start, mem); in alpha_core_agp_insert_memory()
/linux-4.1.27/drivers/usb/gadget/udc/
Dudc-core.c409 ret = driver->bind(udc->gadget, driver); in udc_bind_to_driver()
462 if (!driver || !driver->bind || !driver->setup) in usb_gadget_probe_driver()
/linux-4.1.27/Documentation/
Drpmsg.txt162 bind a callback, and possibly some private data too, to an rpmsg address
177 additional rpmsg addresses, and bind them to different rx callbacks.
179 Drivers should provide their channel (so the new endpoint would bind
182 rx callback is invoked), and an address they want to bind with the
Dkernel-per-CPU-kthreads.txt5 not listed here. To reduce OS jitter from non-per-CPU kthreads, bind
13 o Documentation/cgroups: Using cgroups to bind tasks to sets of CPUs.
15 o man taskset: Using the taskset command to bind tasks to sets
19 call to bind tasks to sets of CPUs.
/linux-4.1.27/net/l2tp/
Dl2tp_ip.c560 .bind = l2tp_ip_bind,
583 .bind = inet_bind,
Dl2tp_ip6.c711 .bind = l2tp_ip6_bind,
734 .bind = inet6_bind,
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_tvout.c675 .bind = sti_tvout_bind,
695 .bind = sti_tvout_master_bind,
Dsti_compositor.c158 .bind = sti_compositor_bind,
Dsti_drm_drv.c241 .bind = sti_drm_bind,
Dsti_dvo.c474 .bind = sti_dvo_bind,
/linux-4.1.27/Documentation/devicetree/bindings/power/
Dpower_domain.txt7 This device tree binding can be used to bind PM domain consumer devices with
/linux-4.1.27/arch/x86/tools/
Drelocs.c157 static const char *sym_bind(unsigned bind) in sym_bind() argument
167 if (bind < ARRAY_SIZE(bind_name)) { in sym_bind()
168 name = bind_name[bind]; in sym_bind()
/linux-4.1.27/net/bluetooth/hidp/
Dsock.c207 .bind = sock_no_bind,
/linux-4.1.27/Documentation/driver-model/
Ddriver.txt154 This callback holds the driver-specific logic to bind the driver to a
164 the driver did not bind to this device, in which case it should have
Dbinding.txt84 over, to bind as many devices as possible to the driver.
/linux-4.1.27/drivers/gpu/drm/msm/adreno/
Dadreno_device.c259 .bind = adreno_bind,
/linux-4.1.27/net/ipx/
DKconfig49 bind call. So applications should always initialize the node field
/linux-4.1.27/tools/hv/
Dhv_vss_daemon.c239 error = bind(fd, (struct sockaddr *)&addr, sizeof(addr)); in main()
/linux-4.1.27/Documentation/spi/
Dbutterfly51 DataFlash in reset) and tweak the spi_butterfly driver to make it bind to
/linux-4.1.27/Documentation/misc-devices/mei/
Dmei-client-bus.txt42 The mei_cl_id structure allows the driver to bind itself against a device name.
/linux-4.1.27/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c296 .bind = ti_thermal_bind,
/linux-4.1.27/drivers/usb/gadget/function/
Df_serial.c376 gser->port.func.bind = gser_bind; in gser_alloc()
Df_subset.c507 geth->port.func.bind = geth_bind; in geth_alloc()
Df_obex.c526 obex->port.func.bind = obex_bind; in obex_alloc()
Df_loopback.c405 loop->function.bind = loopback_bind; in loopback_alloc()
/linux-4.1.27/Documentation/filesystems/nfs/
Drpc-server-gss.txt82 legacy mechanism. To switch to the new mechanism, gss-proxy must bind
/linux-4.1.27/include/drm/ttm/
Dttm_bo_driver.h57 int (*bind) (struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem); member
/linux-4.1.27/drivers/platform/x86/
Dacerhdf.c487 .bind = acerhdf_bind,
/linux-4.1.27/drivers/isdn/mISDN/
Dsocket.c588 .bind = data_sock_bind,
742 .bind = base_sock_bind,
/linux-4.1.27/net/irda/
Daf_irda.c2599 .bind = irda_bind,
2623 .bind = irda_bind,
2647 .bind = irda_bind,
2672 .bind = irda_bind,
/linux-4.1.27/Documentation/networking/timestamping/
Dtimestamping.c403 if (bind(sock, in main()
/linux-4.1.27/Documentation/accounting/
Dgetdelays.c108 if (bind(fd, (struct sockaddr *) &local, sizeof(local)) < 0) in create_nl_socket()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_vidi.c505 .bind = vidi_bind,
Dexynos_drm_drv.c524 .bind = exynos_drm_bind,
/linux-4.1.27/tools/usb/usbip/src/
Dusbipd.c396 ret = bind(sock, ai->ai_addr, ai->ai_addrlen); in listen_all_addrinfo()
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_drv.c442 .bind = armada_drm_bind,
/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S86 ENTRY_SAME(bind)
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_ttm.c292 .bind = &qxl_ttm_backend_bind,
/linux-4.1.27/arch/powerpc/include/asm/
Dsystbl.h334 SYSCALL_SPU(bind)
/linux-4.1.27/arch/um/os-Linux/
Dfile.c539 err = bind(sock, (struct sockaddr *) &addr, sizeof(addr)); in os_create_unix_socket()
/linux-4.1.27/net/caif/
Dcaif_socket.c973 .bind = sock_no_bind,
994 .bind = sock_no_bind,
/linux-4.1.27/drivers/gpu/drm/msm/hdmi/
Dhdmi.c457 .bind = hdmi_bind,
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-tcpip.c404 rc = sock->ops->bind(sock, (struct sockaddr *)&locaddr, in libcfs_sock_create()
/linux-4.1.27/drivers/uio/
DKconfig91 Generic driver that you can bind, dynamically, to any

12