Searched refs:br_ioctl_call (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/include/linux/ |
D | if_bridge.h | 71 int br_ioctl_call(struct net *net, struct net_bridge *br, unsigned int cmd,
|
/linux-6.6.21/net/core/ |
D | dev_ioctl.c | 591 err = br_ioctl_call(net, netdev_priv(dev), cmd, ifr, NULL); in dev_ifsioc()
|
/linux-6.6.21/net/ |
D | socket.c | 1185 int br_ioctl_call(struct net *net, struct net_bridge *br, unsigned int cmd, in br_ioctl_call() function 1295 err = br_ioctl_call(net, NULL, cmd, NULL, argp); in sock_ioctl()
|