Searched refs:up (Results 1 – 17 of 17) sorted by relevance
/include/net/ |
D | udplite.h | 72 const struct udp_sock *up = udp_sk(skb->sk); in udplite_csum_outgoing() local 73 int cscov = up->len; in udplite_csum_outgoing() 76 if (up->pcflag & UDPLITE_SEND_CC) { in udplite_csum_outgoing() 81 if (up->pcslen < up->len) { in udplite_csum_outgoing() 82 if (0 < up->pcslen) in udplite_csum_outgoing() 83 cscov = up->pcslen; in udplite_csum_outgoing() 84 udp_hdr(skb)->len = htons(up->pcslen); in udplite_csum_outgoing() 115 const struct udp_sock *up = udp_sk(skb->sk); in udplite_csum() local 119 if ((up->pcflag & UDPLITE_SEND_CC) && up->pcslen < len) { in udplite_csum() 120 if (0 < up->pcslen) in udplite_csum() [all …]
|
D | dn_dev.h | 79 int (*up)(struct net_device *); member
|
/include/linux/ |
D | serial_8250.h | 87 unsigned char serial8250_rx_chars(struct uart_8250_port *up, unsigned char lsr); 88 void serial8250_tx_chars(struct uart_8250_port *up); 89 unsigned int serial8250_modem_status(struct uart_8250_port *up); 92 (int port, struct uart_port *up,
|
D | gpio_mouse.h | 48 int up; member
|
D | serial_core.h | 387 static inline int serial_port_in(struct uart_port *up, int offset) in serial_port_in() argument 389 return up->serial_in(up, offset); in serial_port_in() 392 static inline void serial_port_out(struct uart_port *up, int offset, int value) in serial_port_out() argument 394 up->serial_out(up, offset, value); in serial_port_out()
|
D | semaphore.h | 44 extern void up(struct semaphore *sem);
|
D | tipc_config.h | 198 __be32 up; /* 0=down, 1= up */ member 203 __be32 up; /* 0=down, 1=up */ member
|
D | vt_kern.h | 174 extern int vt_do_diacrit(unsigned int cmd, void __user *up, int eperm);
|
D | capability.h | 418 # error Fix up hand-coded capability macro initializers
|
D | sched.h | 2790 extern int task_can_switch_user(struct user_struct *up,
|
/include/net/caif/ |
D | cfsrvl.h | 51 if (layr == NULL || layr->up == NULL || s->hold == NULL) in cfsrvl_get() 54 s->hold(layr->up); in cfsrvl_get() 60 if (layr == NULL || layr->up == NULL || s->hold == NULL) in cfsrvl_put() 63 s->put(layr->up); in cfsrvl_put()
|
D | cfmuxl.h | 15 int cfmuxl_set_uplayer(struct cflayer *layr, struct cflayer *up, u8 linkid); 17 int cfmuxl_set_dnlayer(struct cflayer *layr, struct cflayer *up, u8 phyid);
|
D | caif_layer.h | 149 struct cflayer *up; member 240 #define layer_set_up(layr, above) ((layr)->up = (struct cflayer *)(above))
|
D | cffrml.h | 15 void cffrml_set_uplayer(struct cflayer *this, struct cflayer *up);
|
D | cfcnfg.h | 88 bool up);
|
/include/sound/ |
D | rawmidi.h | 55 void (*trigger) (struct snd_rawmidi_substream * substream, int up);
|
D | wavefront.h | 34 All other wavefront_* types end up aligned to 32 bit values and
|