Searched refs:lcf (Results 1 – 2 of 2) sorted by relevance
| /linux/net/can/ |
| H A D | bcm.c | 571 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_cmp_to_index() local 579 if (!(lcf->flags & RX_RECV)) { in bcm_rx_cmp_to_index() 581 bcm_rx_update_and_send(op, lcf, rxdata, traffic_flags); in bcm_rx_cmp_to_index() 588 (get_u64(cf, i) & get_u64(lcf, i))) { in bcm_rx_cmp_to_index() 589 bcm_rx_update_and_send(op, lcf, rxdata, traffic_flags); in bcm_rx_cmp_to_index() 596 if (rxdata->len != lcf->len) { in bcm_rx_cmp_to_index() 597 bcm_rx_update_and_send(op, lcf, rxdata, traffic_flags); in bcm_rx_cmp_to_index() 647 struct canfd_frame *lcf = op->last_frames + op->cfsiz * index; in bcm_rx_do_flush() local 649 if ((op->last_frames) && (lcf->flags & RX_THR)) { in bcm_rx_do_flush() 650 bcm_rx_changed(op, lcf); in bcm_rx_do_flush()
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_h323_main.c | 1559 unsigned char **data, LocationConfirm *lcf) in process_lcf() argument 1569 if (!get_h225_addr(ct, *data, &lcf->callSignalAddress, in process_lcf()
|